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