Comma vs Latin Small Letter H
VS
Comparación de propiedades
| Propiedad | , 002C | h 0068 |
|---|---|---|
| Nombre | Comma | Latin Small Letter H |
| Categoría | Latín extendido | Latín extendido |
| Bloque | Basic Latin | Basic Latin |
| Escritura | Zyyy | Latn |
| Categoría general | Other Punctuation (Po) | Lowercase Letter (Ll) |
| Bidireccional | CS | L |
Comparación de codificaciones
| Formato | 002C | 0068 |
|---|---|---|
| Unicode | U+002C | U+0068 |
| HTML Decimal | , | h |
| HTML Hex | , | h |
| CSS | \002C | \0068 |
| JavaScript | \u{2C} | \u{68} |
| Python | \u002c | \u0068 |
| UTF-8 | 2c | 68 |
Cómo distinguirlos
Tanto Comma como Latin Small Letter H 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.