Inverted Question Mark vs Latin Capital Letter A With Diaeresis
VS
Comparação de propriedades
| Propriedade | ¿ 00BF | Ä 00C4 |
|---|---|---|
| Nome | Inverted Question Mark | Latin Capital Letter A With Diaeresis |
| Categoria | Latin Extended | Latin Extended |
| Bloco | Latin-1 Supplement | Latin-1 Supplement |
| Script | Zyyy | Latn |
| Categoria geral | Other Punctuation (Po) | Uppercase Letter (Lu) |
| Bidirecional | ON | L |
Comparação de codificações
| Formato | 00BF | 00C4 |
|---|---|---|
| Unicode | U+00BF | U+00C4 |
| HTML Decimal | ¿ | Ä |
| HTML Hex | ¿ | Ä |
| CSS | \00BF | \00C4 |
| JavaScript | \u{BF} | \u{C4} |
| Python | \u00bf | \u00c4 |
| UTF-8 | c2 bf | c3 84 |
Como distinguir
Tanto Inverted Question Mark quanto Latin Capital Letter A With Diaeresis 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.