Digit Three vs Digit Zero
VS
Property Comparison
| Property | 3 0033 | 0 0030 |
|---|---|---|
| Name | Digit Three | Digit Zero |
| Category | Latin Extended | Latin Extended |
| Block | Basic Latin | Basic Latin |
| Script | Zyyy | Zyyy |
| General Category | Decimal Number (Nd) | Decimal Number (Nd) |
| Bidirectional | EN | EN |
Encoding Comparison
| Format | 0033 | 0030 |
|---|---|---|
| Unicode | U+0033 | U+0030 |
| HTML Decimal | 3 | 0 |
| HTML Hex | 3 | 0 |
| CSS | \0033 | \0030 |
| JavaScript | \u{33} | \u{30} |
| Python | \u0033 | \u0030 |
| UTF-8 | 33 | 30 |
How to Distinguish
Both Digit Three and Digit Zero belong to the Latin Extended category and the Basic Latin 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.