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