Superscript Latin Small Letter I vs Superscript Two
VS
Comparação de propriedades
| Propriedade | ⁱ 2071 | ² 00B2 |
|---|---|---|
| Nome | Superscript Latin Small Letter I | Superscript Two |
| Categoria | Superscript & Subscript | Superscript & Subscript |
| Bloco | Superscripts and Subscripts | Latin-1 Supplement |
| Script | Latn | Zyyy |
| Categoria geral | Modifier Letter (Lm) | Other Number (No) |
| Bidirecional | L | EN |
Comparação de codificações
| Formato | 2071 | 00B2 |
|---|---|---|
| Unicode | U+2071 | U+00B2 |
| HTML Decimal | ⁱ | ² |
| HTML Hex | ⁱ | ² |
| CSS | \2071 | \00B2 |
| JavaScript | \u{2071} | \u{B2} |
| Python | \u2071 | \u00b2 |
| UTF-8 | e2 81 b1 | c2 b2 |
Como distinguir
Tanto Superscript Latin Small Letter I quanto Superscript Two estão na categoria Superscript & Subscript, mas residem em blocos Unicode diferentes. Verifique o ponto de código para diferenciá-los.
Dica: Cole o caractere em um editor hexadecimal ou use
charCodeAt()
em JavaScript para verificar o ponto de código real.