Diaeresis vs Digit Two
VS
Property Comparison
| Property | ¨ 00A8 | 2 0032 |
|---|---|---|
| Name | Diaeresis | Digit Two |
| Category | Latin Extended | Latin Extended |
| Block | Latin-1 Supplement | Basic Latin |
| Script | Zyyy | Zyyy |
| General Category | Modifier Symbol (Sk) | Decimal Number (Nd) |
| Bidirectional | ON | EN |
Encoding Comparison
| Format | 00A8 | 0032 |
|---|---|---|
| Unicode | U+00A8 | U+0032 |
| HTML Decimal | ¨ | 2 |
| HTML Hex | ¨ | 2 |
| CSS | \00A8 | \0032 |
| JavaScript | \u{A8} | \u{32} |
| Python | \u00a8 | \u0032 |
| UTF-8 | c2 a8 | 32 |
How to Distinguish
Both Diaeresis and Digit Two are in the Latin Extended category but reside in different Unicode blocks. Check the codepoint to tell them apart.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.