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