Superscript Plus Sign vs Superscript Three
VS
Property Comparison
| Property | ⁺ 207A | ³ 00B3 |
|---|---|---|
| Name | Superscript Plus 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 | ES | EN |
Encoding Comparison
| Format | 207A | 00B3 |
|---|---|---|
| Unicode | U+207A | U+00B3 |
| HTML Decimal | ⁺ | ³ |
| HTML Hex | ⁺ | ³ |
| CSS | \207A | \00B3 |
| JavaScript | \u{207A} | \u{B3} |
| Python | \u207a | \u00b3 |
| UTF-8 | e2 81 ba | c2 b3 |
How to Distinguish
Both Superscript Plus 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.