Digit Eight vs Latin Small Letter Z
VS
Comparación de propiedades
| Propiedad | 8 0038 | z 007A |
|---|---|---|
| Nombre | Digit Eight | Latin Small Letter Z |
| 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 | 0038 | 007A |
|---|---|---|
| Unicode | U+0038 | U+007A |
| HTML Decimal | 8 | z |
| HTML Hex | 8 | z |
| CSS | \0038 | \007A |
| JavaScript | \u{38} | \u{7A} |
| Python | \u0038 | \u007a |
| UTF-8 | 38 | 7a |
Cómo distinguirlos
Tanto Digit Eight como Latin Small Letter Z 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.