Digit Zero vs Question Mark
VS
Comparación de propiedades
| Propiedad | 0 0030 | ? 003F |
|---|---|---|
| Nombre | Digit Zero | Question Mark |
| Categoría | Latín extendido | Latín extendido |
| Bloque | Basic Latin | Basic Latin |
| Escritura | Zyyy | Zyyy |
| Categoría general | Decimal Number (Nd) | Other Punctuation (Po) |
| Bidireccional | EN | ON |
Comparación de codificaciones
| Formato | 0030 | 003F |
|---|---|---|
| Unicode | U+0030 | U+003F |
| HTML Decimal | 0 | ? |
| HTML Hex | 0 | ? |
| CSS | \0030 | \003F |
| JavaScript | \u{30} | \u{3F} |
| Python | \u0030 | \u003f |
| UTF-8 | 30 | 3f |
Cómo distinguirlos
Tanto Digit Zero como Question Mark 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.