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