Digit Four vs Inverted Question Mark
VS
Comparação de propriedades
| Propriedade | 4 0034 | ¿ 00BF |
|---|---|---|
| Nome | Digit Four | 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 | 0034 | 00BF |
|---|---|---|
| Unicode | U+0034 | U+00BF |
| HTML Decimal | 4 | ¿ |
| HTML Hex | 4 | ¿ |
| CSS | \0034 | \00BF |
| JavaScript | \u{34} | \u{BF} |
| Python | \u0034 | \u00bf |
| UTF-8 | 34 | c2 bf |
Como distinguir
Tanto Digit Four 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.