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