Superscript One vs Superscript Seven
VS
Property Comparison
| Property | ¹ 00B9 | ⁷ 2077 |
|---|---|---|
| Name | Superscript One | Superscript Seven |
| Category | Superscript & Subscript | Superscript & Subscript |
| Block | Latin-1 Supplement | Superscripts and Subscripts |
| Script | Zyyy | Zyyy |
| General Category | Other Number (No) | Other Number (No) |
| Bidirectional | EN | EN |
Encoding Comparison
| Format | 00B9 | 2077 |
|---|---|---|
| Unicode | U+00B9 | U+2077 |
| HTML Decimal | ¹ | ⁷ |
| HTML Hex | ¹ | ⁷ |
| CSS | \00B9 | \2077 |
| JavaScript | \u{B9} | \u{2077} |
| Python | \u00b9 | \u2077 |
| UTF-8 | c2 b9 | e2 81 b7 |
How to Distinguish
Both Superscript One and Superscript Seven 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.