Superscript Eight vs Superscript One
VS
Property Comparison
| Property | ⁸ 2078 | ¹ 00B9 |
|---|---|---|
| Name | Superscript Eight | Superscript One |
| Category | Superscript & Subscript | Superscript & Subscript |
| Block | Superscripts and Subscripts | Latin-1 Supplement |
| Script | Zyyy | Zyyy |
| General Category | Other Number (No) | Other Number (No) |
| Bidirectional | EN | EN |
Encoding Comparison
| Format | 2078 | 00B9 |
|---|---|---|
| Unicode | U+2078 | U+00B9 |
| HTML Decimal | ⁸ | ¹ |
| HTML Hex | ⁸ | ¹ |
| CSS | \2078 | \00B9 |
| JavaScript | \u{2078} | \u{B9} |
| Python | \u2078 | \u00b9 |
| UTF-8 | e2 81 b8 | c2 b9 |
How to Distinguish
Both Superscript Eight and Superscript One are in the Superscript & Subscript category but reside in different Unicode blocks. Check the codepoint to tell them apart.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.