Fullwidth Digit Four vs Fullwidth Latin Capital Letter G
VS
Property Comparison
| Property | 4 FF14 | G FF27 |
|---|---|---|
| Name | Fullwidth Digit Four | Fullwidth Latin Capital Letter G |
| 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 | FF14 | FF27 |
|---|---|---|
| Unicode | U+FF14 | U+FF27 |
| HTML Decimal | 4 | G |
| HTML Hex | 4 | G |
| CSS | \FF14 | \FF27 |
| JavaScript | \u{FF14} | \u{FF27} |
| Python | \uff14 | \uff27 |
| UTF-8 | ef bc 94 | ef bc a7 |
How to Distinguish
Both Fullwidth Digit Four and Fullwidth Latin Capital Letter G 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.