Fullwidth Digit Four vs Fullwidth Percent Sign
VS
Property Comparison
| Property | 4 FF14 | % FF05 |
|---|---|---|
| Name | Fullwidth Digit Four | Fullwidth Percent Sign |
| Category | Punctuation | Punctuation |
| Block | Halfwidth and Fullwidth Forms | Halfwidth and Fullwidth Forms |
| Script | Zyyy | Zyyy |
| General Category | Decimal Number (Nd) | Other Punctuation (Po) |
| Bidirectional | EN | ET |
Encoding Comparison
| Format | FF14 | FF05 |
|---|---|---|
| Unicode | U+FF14 | U+FF05 |
| HTML Decimal | 4 | % |
| HTML Hex | 4 | % |
| CSS | \FF14 | \FF05 |
| JavaScript | \u{FF14} | \u{FF05} |
| Python | \uff14 | \uff05 |
| UTF-8 | ef bc 94 | ef bc 85 |
How to Distinguish
Both Fullwidth Digit Four and Fullwidth Percent 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.