Superscript Three vs Superscript Zero
VS
Property Comparison
| Property | ³ 00B3 | ⁰ 2070 |
|---|---|---|
| Name | Superscript Three | Superscript Zero |
| 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 | 00B3 | 2070 |
|---|---|---|
| Unicode | U+00B3 | U+2070 |
| HTML Decimal | ³ | ⁰ |
| HTML Hex | ³ | ⁰ |
| CSS | \00B3 | \2070 |
| JavaScript | \u{B3} | \u{2070} |
| Python | \u00b3 | \u2070 |
| UTF-8 | c2 b3 | e2 81 b0 |
How to Distinguish
Both Superscript Three and Superscript Zero 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.