Inverted Question Mark vs Latin Capital Letter A With Grave
VS
Comparação de propriedades
| Propriedade | ¿ 00BF | À 00C0 |
|---|---|---|
| Nome | Inverted Question Mark | Latin Capital Letter A With Grave |
| 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 | 00C0 |
|---|---|---|
| Unicode | U+00BF | U+00C0 |
| HTML Decimal | ¿ | À |
| HTML Hex | ¿ | À |
| CSS | \00BF | \00C0 |
| JavaScript | \u{BF} | \u{C0} |
| Python | \u00bf | \u00c0 |
| UTF-8 | c2 bf | c3 80 |
Como distinguir
Tanto Inverted Question Mark quanto Latin Capital Letter A 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.