Fullwidth Digit Two vs Fullwidth Latin Small Letter E
VS
Property Comparison
| Property | 2 FF12 | e FF45 |
|---|---|---|
| Name | Fullwidth Digit Two | Fullwidth Latin Small Letter E |
| Category | Punctuation | Punctuation |
| Block | Halfwidth and Fullwidth Forms | Halfwidth and Fullwidth Forms |
| Script | Zyyy | Latn |
| General Category | Decimal Number (Nd) | Lowercase Letter (Ll) |
| Bidirectional | EN | L |
Encoding Comparison
| Format | FF12 | FF45 |
|---|---|---|
| Unicode | U+FF12 | U+FF45 |
| HTML Decimal | 2 | e |
| HTML Hex | 2 | e |
| CSS | \FF12 | \FF45 |
| JavaScript | \u{FF12} | \u{FF45} |
| Python | \uff12 | \uff45 |
| UTF-8 | ef bc 92 | ef bd 85 |
How to Distinguish
Both Fullwidth Digit Two and Fullwidth Latin Small Letter E 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.