Superscript Four vs Superscript Three
VS
Property Comparison
| Property | ⁴ 2074 | ³ 00B3 |
|---|---|---|
| Name | Superscript Four | 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 | 2074 | 00B3 |
|---|---|---|
| Unicode | U+2074 | U+00B3 |
| HTML Decimal | ⁴ | ³ |
| HTML Hex | ⁴ | ³ |
| CSS | \2074 | \00B3 |
| JavaScript | \u{2074} | \u{B3} |
| Python | \u2074 | \u00b3 |
| UTF-8 | e2 81 b4 | c2 b3 |
How to Distinguish
Both Superscript Four 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.