Superscript Four vs Superscript Zero
VS
Property Comparison
| Property | ⁴ 2074 | ⁰ 2070 |
|---|---|---|
| Name | Superscript Four | Superscript Zero |
| Category | Superscript & Subscript | Superscript & Subscript |
| Block | Superscripts and Subscripts | Superscripts and Subscripts |
| Script | Zyyy | Zyyy |
| General Category | Other Number (No) | Other Number (No) |
| Bidirectional | EN | EN |
Encoding Comparison
| Format | 2074 | 2070 |
|---|---|---|
| Unicode | U+2074 | U+2070 |
| HTML Decimal | ⁴ | ⁰ |
| HTML Hex | ⁴ | ⁰ |
| CSS | \2074 | \2070 |
| JavaScript | \u{2074} | \u{2070} |
| Python | \u2074 | \u2070 |
| UTF-8 | e2 81 b4 | e2 81 b0 |
How to Distinguish
Both Superscript Four and Superscript Zero belong to the Superscript & Subscript category and the Superscripts and Subscripts block. Compare their codepoints and visual rendering to distinguish them.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.