Cedilla vs Digit Two
VS
Property Comparison
| Property | ¸ 00B8 | 2 0032 |
|---|---|---|
| Name | Cedilla | 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 | 00B8 | 0032 |
|---|---|---|
| Unicode | U+00B8 | U+0032 |
| HTML Decimal | ¸ | 2 |
| HTML Hex | ¸ | 2 |
| CSS | \00B8 | \0032 |
| JavaScript | \u{B8} | \u{32} |
| Python | \u00b8 | \u0032 |
| UTF-8 | c2 b8 | 32 |
How to Distinguish
Both Cedilla 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.