Digit Four vs Inverted Question Mark
VS
Comparación de propiedades
| Propiedad | 4 0034 | ¿ 00BF |
|---|---|---|
| Nombre | Digit Four | 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 | 0034 | 00BF |
|---|---|---|
| Unicode | U+0034 | U+00BF |
| HTML Decimal | 4 | ¿ |
| HTML Hex | 4 | ¿ |
| CSS | \0034 | \00BF |
| JavaScript | \u{34} | \u{BF} |
| Python | \u0034 | \u00bf |
| UTF-8 | 34 | c2 bf |
Cómo distinguirlos
Tanto Digit Four 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.