Comma vs Latin Small Letter J
VS
Comparación de propiedades
| Propiedad | , 002C | j 006A |
|---|---|---|
| Nombre | Comma | Latin Small Letter J |
| 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 | 006A |
|---|---|---|
| Unicode | U+002C | U+006A |
| HTML Decimal | , | j |
| HTML Hex | , | j |
| CSS | \002C | \006A |
| JavaScript | \u{2C} | \u{6A} |
| Python | \u002c | \u006a |
| UTF-8 | 2c | 6a |
Cómo distinguirlos
Tanto Comma como Latin Small Letter J 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.