Comma vs Percent Sign
VS
Comparación de propiedades
| Propiedad | , 002C | % 0025 |
|---|---|---|
| Nombre | Comma | Percent Sign |
| 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 | ET |
Comparación de codificaciones
| Formato | 002C | 0025 |
|---|---|---|
| Unicode | U+002C | U+0025 |
| HTML Decimal | , | % |
| HTML Hex | , | % |
| CSS | \002C | \0025 |
| JavaScript | \u{2C} | \u{25} |
| Python | \u002c | \u0025 |
| UTF-8 | 2c | 25 |
Cómo distinguirlos
Tanto Comma como Percent Sign 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.