Superscript Equals Sign vs Superscript Three
VS
Property Comparison
| Property | ⁼ 207C | ³ 00B3 |
|---|---|---|
| Name | Superscript Equals Sign | Superscript Three |
| Category | Superscript & Subscript | Superscript & Subscript |
| Block | Superscripts and Subscripts | Latin-1 Supplement |
| Script | Zyyy | Zyyy |
| General Category | Math Symbol (Sm) | Other Number (No) |
| Bidirectional | ON | EN |
Encoding Comparison
| Format | 207C | 00B3 |
|---|---|---|
| Unicode | U+207C | U+00B3 |
| HTML Decimal | ⁼ | ³ |
| HTML Hex | ⁼ | ³ |
| CSS | \207C | \00B3 |
| JavaScript | \u{207C} | \u{B3} |
| Python | \u207c | \u00b3 |
| UTF-8 | e2 81 bc | c2 b3 |
How to Distinguish
Both Superscript Equals Sign 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.