Subscript Two vs Subscript Zero
VS
Property Comparison
| Property | ₂ 2082 | ₀ 2080 |
|---|---|---|
| Name | Subscript Two | Subscript Zero |
| Category | Superscript & Subscript | Superscript & Subscript |
| Block | Superscripts and Subscripts | Superscripts and Subscripts |
| Script | Zyyy | Zyyy |
| General Category | Other Number (No) | Other Number (No) |
| Bidirectional | EN | EN |
Encoding Comparison
| Format | 2082 | 2080 |
|---|---|---|
| Unicode | U+2082 | U+2080 |
| HTML Decimal | ₂ | ₀ |
| HTML Hex | ₂ | ₀ |
| CSS | \2082 | \2080 |
| JavaScript | \u{2082} | \u{2080} |
| Python | \u2082 | \u2080 |
| UTF-8 | e2 82 82 | e2 82 80 |
How to Distinguish
Both Subscript Two and Subscript Zero belong to the Superscript & Subscript category and the Superscripts and Subscripts 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.