Comma vs Inverted Question Mark
VS
Comparación de propiedades
| Propiedad | , 002C | ¿ 00BF |
|---|---|---|
| Nombre | Comma | Inverted Question Mark |
| Categoría | Latín extendido | Latín extendido |
| Bloque | Basic Latin | Latin-1 Supplement |
| Escritura | Zyyy | Zyyy |
| Categoría general | Other Punctuation (Po) | Other Punctuation (Po) |
| Bidireccional | CS | ON |
Comparación de codificaciones
| Formato | 002C | 00BF |
|---|---|---|
| Unicode | U+002C | U+00BF |
| HTML Decimal | , | ¿ |
| HTML Hex | , | ¿ |
| CSS | \002C | \00BF |
| JavaScript | \u{2C} | \u{BF} |
| Python | \u002c | \u00bf |
| UTF-8 | 2c | c2 bf |
Cómo distinguirlos
Tanto Comma 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.