Latin Subscript Small Letter A vs Superscript Two
VS
Property Comparison
| Property | ₐ 2090 | ² 00B2 |
|---|---|---|
| Name | Latin Subscript Small Letter A | Superscript Two |
| Category | Superscript & Subscript | Superscript & Subscript |
| Block | Superscripts and Subscripts | Latin-1 Supplement |
| Script | Latn | Zyyy |
| General Category | Modifier Letter (Lm) | Other Number (No) |
| Bidirectional | L | EN |
Encoding Comparison
| Format | 2090 | 00B2 |
|---|---|---|
| Unicode | U+2090 | U+00B2 |
| HTML Decimal | ₐ | ² |
| HTML Hex | ₐ | ² |
| CSS | \2090 | \00B2 |
| JavaScript | \u{2090} | \u{B2} |
| Python | \u2090 | \u00b2 |
| UTF-8 | e2 82 90 | c2 b2 |
How to Distinguish
Both Latin Subscript Small Letter A and Superscript Two 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.