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