Comma vs Latin Letter Retroflex Click
VS
Comparación de propiedades
| Propiedad | , 002C | ǃ 01C3 |
|---|---|---|
| Nombre | Comma | Latin Letter Retroflex Click |
| Categoría | Latín extendido | Latín extendido |
| Bloque | Basic Latin | Latin Extended-B |
| Escritura | Zyyy | Latn |
| Categoría general | Other Punctuation (Po) | Other Letter (Lo) |
| Bidireccional | CS | L |
Comparación de codificaciones
| Formato | 002C | 01C3 |
|---|---|---|
| Unicode | U+002C | U+01C3 |
| HTML Decimal | , | ǃ |
| HTML Hex | , | ǃ |
| CSS | \002C | \01C3 |
| JavaScript | \u{2C} | \u{1C3} |
| Python | \u002c | \u01c3 |
| UTF-8 | 2c | c7 83 |
Cómo distinguirlos
Tanto Comma como Latin Letter Retroflex Click 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.