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