Comma vs Latin Capital Letter C With Dot Above
VS
Comparación de propiedades
| Propiedad | , 002C | Ċ 010A |
|---|---|---|
| Nombre | Comma | Latin Capital Letter C 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 | 010A |
|---|---|---|
| Unicode | U+002C | U+010A |
| HTML Decimal | , | Ċ |
| HTML Hex | , | Ċ |
| CSS | \002C | \010A |
| JavaScript | \u{2C} | \u{10A} |
| Python | \u002c | \u010a |
| UTF-8 | 2c | c4 8a |
Cómo distinguirlos
Tanto Comma como Latin Capital Letter C 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.