Digit Eight vs Inverted Question Mark
VS
Comparación de propiedades
| Propiedad | 8 0038 | ¿ 00BF |
|---|---|---|
| Nombre | Digit Eight | Inverted Question Mark |
| Categoría | Latín extendido | Latín extendido |
| Bloque | Basic Latin | Latin-1 Supplement |
| Escritura | Zyyy | Zyyy |
| Categoría general | Decimal Number (Nd) | Other Punctuation (Po) |
| Bidireccional | EN | ON |
Comparación de codificaciones
| Formato | 0038 | 00BF |
|---|---|---|
| Unicode | U+0038 | U+00BF |
| HTML Decimal | 8 | ¿ |
| HTML Hex | 8 | ¿ |
| CSS | \0038 | \00BF |
| JavaScript | \u{38} | \u{BF} |
| Python | \u0038 | \u00bf |
| UTF-8 | 38 | c2 bf |
Cómo distinguirlos
Tanto Digit Eight como Inverted Question Mark están en la categoría Latín extendido pero se encuentran en diferentes bloques Unicode. Compruebe el punto de código para diferenciarlos.
Consejo: Pegue el carácter en un editor hexadecimal o use
charCodeAt()
en JavaScript para verificar el punto de código real.