Comma vs Latin Capital Letter Z With Dot Above
VS
Comparación de propiedades
| Propiedad | , 002C | Ż 017B |
|---|---|---|
| Nombre | Comma | Latin Capital Letter Z With Dot Above |
| Categoría | Latín extendido | Latín extendido |
| Bloque | Basic Latin | Latin Extended-A |
| Escritura | Zyyy | Latn |
| Categoría general | Other Punctuation (Po) | Uppercase Letter (Lu) |
| Bidireccional | CS | L |
Comparación de codificaciones
| Formato | 002C | 017B |
|---|---|---|
| Unicode | U+002C | U+017B |
| HTML Decimal | , | Ż |
| HTML Hex | , | Ż |
| CSS | \002C | \017B |
| JavaScript | \u{2C} | \u{17B} |
| Python | \u002c | \u017b |
| UTF-8 | 2c | c5 bb |
Cómo distinguirlos
Tanto Comma como Latin Capital Letter Z With Dot Above 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.