Digit Four vs Latin Capital Letter Reversed E
VS
Comparação de propriedades
| Propriedade | 4 0034 | Ǝ 018E |
|---|---|---|
| Nome | Digit Four | Latin Capital Letter Reversed E |
| Categoria | Latin Extended | Latin Extended |
| Bloco | Basic Latin | Latin Extended-B |
| Script | Zyyy | Latn |
| Categoria geral | Decimal Number (Nd) | Uppercase Letter (Lu) |
| Bidirecional | EN | L |
Comparação de codificações
| Formato | 0034 | 018E |
|---|---|---|
| Unicode | U+0034 | U+018E |
| HTML Decimal | 4 | Ǝ |
| HTML Hex | 4 | Ǝ |
| CSS | \0034 | \018E |
| JavaScript | \u{34} | \u{18E} |
| Python | \u0034 | \u018e |
| UTF-8 | 34 | c6 8e |
Como distinguir
Tanto Digit Four quanto Latin Capital Letter Reversed E 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.