Subscript Seven vs Superscript Six
VS
Property Comparison
| Property | ₇ 2087 | ⁶ 2076 |
|---|---|---|
| Name | Subscript Seven | Superscript Six |
| 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 | 2087 | 2076 |
|---|---|---|
| Unicode | U+2087 | U+2076 |
| HTML Decimal | ₇ | ⁶ |
| HTML Hex | ₇ | ⁶ |
| CSS | \2087 | \2076 |
| JavaScript | \u{2087} | \u{2076} |
| Python | \u2087 | \u2076 |
| UTF-8 | e2 82 87 | e2 81 b6 |
How to Distinguish
Both Subscript Seven and Superscript Six 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.