Subscript Five vs Subscript Two
VS
Property Comparison
| Property | ₅ 2085 | ₂ 2082 |
|---|---|---|
| Name | Subscript Five | Subscript Two |
| 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 | 2085 | 2082 |
|---|---|---|
| Unicode | U+2085 | U+2082 |
| HTML Decimal | ₅ | ₂ |
| HTML Hex | ₅ | ₂ |
| CSS | \2085 | \2082 |
| JavaScript | \u{2085} | \u{2082} |
| Python | \u2085 | \u2082 |
| UTF-8 | e2 82 85 | e2 82 82 |
How to Distinguish
Both Subscript Five and Subscript Two 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.