Digit Two vs Latin Small Letter E
VS
Comparação de propriedades
| Propriedade | 2 0032 | e 0065 |
|---|---|---|
| Nome | Digit Two | Latin Small Letter E |
| Categoria | Latin Extended | Latin Extended |
| Bloco | Basic Latin | Basic Latin |
| Script | Zyyy | Latn |
| Categoria geral | Decimal Number (Nd) | Lowercase Letter (Ll) |
| Bidirecional | EN | L |
Comparação de codificações
| Formato | 0032 | 0065 |
|---|---|---|
| Unicode | U+0032 | U+0065 |
| HTML Decimal | 2 | e |
| HTML Hex | 2 | e |
| CSS | \0032 | \0065 |
| JavaScript | \u{32} | \u{65} |
| Python | \u0032 | \u0065 |
| UTF-8 | 32 | 65 |
Como distinguir
Tanto Digit Two quanto Latin Small Letter E 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.