Digit Two vs Semicolon
VS
Comparação de propriedades
| Propriedade | 2 0032 | ; 003B |
|---|---|---|
| Nome | Digit Two | 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 | 0032 | 003B |
|---|---|---|
| Unicode | U+0032 | U+003B |
| HTML Decimal | 2 | ; |
| HTML Hex | 2 | ; |
| CSS | \0032 | \003B |
| JavaScript | \u{32} | \u{3B} |
| Python | \u0032 | \u003b |
| UTF-8 | 32 | 3b |
Como distinguir
Tanto Digit Two 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.