Digit Eight vs Semicolon
VS
Comparação de propriedades
| Propriedade | 8 0038 | ; 003B |
|---|---|---|
| Nome | Digit Eight | Semicolon |
| Categoria | Latin Extended | Latin Extended |
| Bloco | Basic Latin | Basic Latin |
| Script | Zyyy | Zyyy |
| Categoria geral | Decimal Number (Nd) | Other Punctuation (Po) |
| Bidirecional | EN | ON |
Comparação de codificações
| Formato | 0038 | 003B |
|---|---|---|
| Unicode | U+0038 | U+003B |
| HTML Decimal | 8 | ; |
| HTML Hex | 8 | ; |
| CSS | \0038 | \003B |
| JavaScript | \u{38} | \u{3B} |
| Python | \u0038 | \u003b |
| UTF-8 | 38 | 3b |
Como distinguir
Tanto Digit Eight quanto Semicolon pertencem à categoria Latin Extended e ao bloco Basic Latin. 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.