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