Digit Eight vs Latin Small Letter O
VS
Comparación de propiedades
| Propiedad | 8 0038 | o 006F |
|---|---|---|
| Nombre | Digit Eight | Latin Small Letter O |
| 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 | 006F |
|---|---|---|
| Unicode | U+0038 | U+006F |
| HTML Decimal | 8 | o |
| HTML Hex | 8 | o |
| CSS | \0038 | \006F |
| JavaScript | \u{38} | \u{6F} |
| Python | \u0038 | \u006f |
| UTF-8 | 38 | 6f |
Cómo distinguirlos
Tanto Digit Eight como Latin Small Letter O 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.