Digit Eight vs Inverted Question Mark
VS
Comparação de propriedades
| Propriedade | 8 0038 | ¿ 00BF |
|---|---|---|
| Nome | Digit Eight | Inverted Question Mark |
| Categoria | Latin Extended | Latin Extended |
| Bloco | Basic Latin | Latin-1 Supplement |
| Script | Zyyy | Zyyy |
| Categoria geral | Decimal Number (Nd) | Other Punctuation (Po) |
| Bidirecional | EN | ON |
Comparação de codificações
| Formato | 0038 | 00BF |
|---|---|---|
| Unicode | U+0038 | U+00BF |
| HTML Decimal | 8 | ¿ |
| HTML Hex | 8 | ¿ |
| CSS | \0038 | \00BF |
| JavaScript | \u{38} | \u{BF} |
| Python | \u0038 | \u00bf |
| UTF-8 | 38 | c2 bf |
Como distinguir
Tanto Digit Eight quanto Inverted Question Mark estão na categoria Latin Extended, 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.