Digit Eight vs Latin Capital Letter Z
VS
Comparación de propiedades
| Propiedad | 8 0038 | Z 005A |
|---|---|---|
| Nombre | Digit Eight | Latin Capital Letter Z |
| Categoría | Latín extendido | Latín extendido |
| Bloque | Basic Latin | Basic Latin |
| Escritura | Zyyy | Latn |
| Categoría general | Decimal Number (Nd) | Uppercase Letter (Lu) |
| Bidireccional | EN | L |
Comparación de codificaciones
| Formato | 0038 | 005A |
|---|---|---|
| Unicode | U+0038 | U+005A |
| HTML Decimal | 8 | Z |
| HTML Hex | 8 | Z |
| CSS | \0038 | \005A |
| JavaScript | \u{38} | \u{5A} |
| Python | \u0038 | \u005a |
| UTF-8 | 38 | 5a |
Cómo distinguirlos
Tanto Digit Eight como Latin Capital 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.