Latin Capital Letter Z With Hook vs Latin Small Letter O With Caron
VS
Comparación de propiedades
| Propiedad | Ȥ 0224 | ǒ 01D2 |
|---|---|---|
| Nombre | Latin Capital Letter Z With Hook | Latin Small Letter O With Caron |
| Categoría | Latín extendido | Latín extendido |
| Bloque | Latin Extended-B | Latin Extended-B |
| Escritura | Latn | Latn |
| Categoría general | Uppercase Letter (Lu) | Lowercase Letter (Ll) |
| Bidireccional | L | L |
Comparación de codificaciones
| Formato | 0224 | 01D2 |
|---|---|---|
| Unicode | U+0224 | U+01D2 |
| HTML Decimal | Ȥ | ǒ |
| HTML Hex | Ȥ | ǒ |
| CSS | \0224 | \01D2 |
| JavaScript | \u{224} | \u{1D2} |
| Python | \u0224 | \u01d2 |
| UTF-8 | c8 a4 | c7 92 |
Cómo distinguirlos
Tanto Latin Capital Letter Z With Hook como Latin Small Letter O With Caron pertenecen a la categoría Latín extendido y al bloque Latin Extended-B. Compare sus puntos de código y renderizado visual para distinguirlos.
Consejo: Pegue el carácter en un editor hexadecimal o use
charCodeAt()
en JavaScript para verificar el punto de código real.