Digit Seven vs Digit Zero
VS
Property Comparison
| Property | 7 0037 | 0 0030 |
|---|---|---|
| Name | Digit Seven | 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 | 0037 | 0030 |
|---|---|---|
| Unicode | U+0037 | U+0030 |
| HTML Decimal | 7 | 0 |
| HTML Hex | 7 | 0 |
| CSS | \0037 | \0030 |
| JavaScript | \u{37} | \u{30} |
| Python | \u0037 | \u0030 |
| UTF-8 | 37 | 30 |
How to Distinguish
Both Digit Seven 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.