Latin Capital Letter A With Diaeresis vs Latin Small Letter I With Grave
VS
Comparação de propriedades
| Propriedade | Ä 00C4 | ì 00EC |
|---|---|---|
| Nome | Latin Capital Letter A With Diaeresis | Latin Small Letter I With Grave |
| Categoria | Latin Extended | Latin Extended |
| Bloco | Latin-1 Supplement | Latin-1 Supplement |
| Script | Latn | Latn |
| Categoria geral | Uppercase Letter (Lu) | Lowercase Letter (Ll) |
| Bidirecional | L | L |
Comparação de codificações
| Formato | 00C4 | 00EC |
|---|---|---|
| Unicode | U+00C4 | U+00EC |
| HTML Decimal | Ä | ì |
| HTML Hex | Ä | ì |
| CSS | \00C4 | \00EC |
| JavaScript | \u{C4} | \u{EC} |
| Python | \u00c4 | \u00ec |
| UTF-8 | c3 84 | c3 ac |
Como distinguir
Tanto Latin Capital Letter A With Diaeresis quanto Latin Small Letter I With Grave pertencem à categoria Latin Extended e ao bloco Latin-1 Supplement. Compare seus pontos de código e renderização visual para distingui-los.
Dica: Cole o caractere em um editor hexadecimal ou use
charCodeAt()
em JavaScript para verificar o ponto de código real.