Fullwidth Digit Eight vs Fullwidth Latin Capital Letter W
VS
Property Comparison
| Property | 8 FF18 | W FF37 |
|---|---|---|
| Name | Fullwidth Digit Eight | Fullwidth Latin Capital Letter W |
| Category | Punctuation | Punctuation |
| Block | Halfwidth and Fullwidth Forms | Halfwidth and Fullwidth Forms |
| Script | Zyyy | Latn |
| General Category | Decimal Number (Nd) | Uppercase Letter (Lu) |
| Bidirectional | EN | L |
Encoding Comparison
| Format | FF18 | FF37 |
|---|---|---|
| Unicode | U+FF18 | U+FF37 |
| HTML Decimal | 8 | W |
| HTML Hex | 8 | W |
| CSS | \FF18 | \FF37 |
| JavaScript | \u{FF18} | \u{FF37} |
| Python | \uff18 | \uff37 |
| UTF-8 | ef bc 98 | ef bc b7 |
How to Distinguish
Both Fullwidth Digit Eight and Fullwidth Latin Capital Letter W 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.