Digit Two vs Latin Small Letter E
VS
Comparación de propiedades
| Propiedad | 2 0032 | e 0065 |
|---|---|---|
| Nombre | Digit Two | Latin Small Letter E |
| Categoría | Latín extendido | Latín extendido |
| Bloque | Basic Latin | Basic Latin |
| Escritura | Zyyy | Latn |
| Categoría general | Decimal Number (Nd) | Lowercase Letter (Ll) |
| Bidireccional | EN | L |
Comparación de codificaciones
| 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 |
Cómo distinguirlos
Tanto Digit Two como Latin Small Letter E pertenecen a la categoría Latín extendido y al bloque Basic Latin. Compare sus puntos de código y renderizado visual para distinguirlos.
Consejo: Pegue el carácter en un editor hexadecimal o use
charCodeAt()
en JavaScript para verificar el punto de código real.