Digit Eight vs Left Parenthesis
VS
Comparação de propriedades
| Propriedade | 8 0038 | ( 0028 |
|---|---|---|
| Nome | Digit Eight | Left Parenthesis |
| Categoria | Latin Extended | Latin Extended |
| Bloco | Basic Latin | Basic Latin |
| Script | Zyyy | Zyyy |
| Categoria geral | Decimal Number (Nd) | Open Punctuation (Ps) |
| Bidirecional | EN | ON |
Comparação de codificações
| Formato | 0038 | 0028 |
|---|---|---|
| Unicode | U+0038 | U+0028 |
| HTML Decimal | 8 | ( |
| HTML Hex | 8 | ( |
| CSS | \0038 | \0028 |
| JavaScript | \u{38} | \u{28} |
| Python | \u0038 | \u0028 |
| UTF-8 | 38 | 28 |
Como distinguir
Tanto Digit Eight quanto Left Parenthesis 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.