Subscript Five vs Superscript One
VS
Property Comparison
| Property | ₅ 2085 | ¹ 00B9 |
|---|---|---|
| Name | Subscript Five | 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 | 2085 | 00B9 |
|---|---|---|
| Unicode | U+2085 | U+00B9 |
| HTML Decimal | ₅ | ¹ |
| HTML Hex | ₅ | ¹ |
| CSS | \2085 | \00B9 |
| JavaScript | \u{2085} | \u{B9} |
| Python | \u2085 | \u00b9 |
| UTF-8 | e2 82 85 | c2 b9 |
How to Distinguish
Both Subscript Five 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.