Fullwidth Digit One vs Fullwidth Digit Seven
VS
Property Comparison
| Property | 1 FF11 | 7 FF17 |
|---|---|---|
| Name | Fullwidth Digit One | Fullwidth Digit Seven |
| Category | Punctuation | Punctuation |
| Block | Halfwidth and Fullwidth Forms | Halfwidth and Fullwidth Forms |
| Script | Zyyy | Zyyy |
| General Category | Decimal Number (Nd) | Decimal Number (Nd) |
| Bidirectional | EN | EN |
Encoding Comparison
| Format | FF11 | FF17 |
|---|---|---|
| Unicode | U+FF11 | U+FF17 |
| HTML Decimal | 1 | 7 |
| HTML Hex | 1 | 7 |
| CSS | \FF11 | \FF17 |
| JavaScript | \u{FF11} | \u{FF17} |
| Python | \uff11 | \uff17 |
| UTF-8 | ef bc 91 | ef bc 97 |
How to Distinguish
Both Fullwidth Digit One and Fullwidth Digit Seven 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.