Comma vs Inverted Exclamation Mark
VS
Comparación de propiedades
| Propiedad | , 002C | ¡ 00A1 |
|---|---|---|
| Nombre | Comma | Inverted Exclamation 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 | 00A1 |
|---|---|---|
| Unicode | U+002C | U+00A1 |
| HTML Decimal | , | ¡ |
| HTML Hex | , | ¡ |
| CSS | \002C | \00A1 |
| JavaScript | \u{2C} | \u{A1} |
| Python | \u002c | \u00a1 |
| UTF-8 | 2c | c2 a1 |
Cómo distinguirlos
Tanto Comma como Inverted Exclamation 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.