Fullwidth Digit Seven vs Fullwidth Less-Than Sign
VS
Property Comparison
| Property | 7 FF17 | < FF1C |
|---|---|---|
| Name | Fullwidth Digit Seven | Fullwidth Less-Than Sign |
| Category | Punctuation | Punctuation |
| Block | Halfwidth and Fullwidth Forms | Halfwidth and Fullwidth Forms |
| Script | Zyyy | Zyyy |
| General Category | Decimal Number (Nd) | Math Symbol (Sm) |
| Bidirectional | EN | ON |
Encoding Comparison
| Format | FF17 | FF1C |
|---|---|---|
| Unicode | U+FF17 | U+FF1C |
| HTML Decimal | 7 | < |
| HTML Hex | 7 | < |
| CSS | \FF17 | \FF1C |
| JavaScript | \u{FF17} | \u{FF1C} |
| Python | \uff17 | \uff1c |
| UTF-8 | ef bc 97 | ef bc 9c |
How to Distinguish
Both Fullwidth Digit Seven and Fullwidth Less-Than Sign belong to the Punctuation category and the Halfwidth and Fullwidth Forms block. Compare their codepoints and visual rendering to distinguish them.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.