Feminine Ordinal Indicator vs Latin Small Letter Y With Diaeresis
VS
Comparación de propiedades
| Propiedad | ª 00AA | ÿ 00FF |
|---|---|---|
| Nombre | Feminine Ordinal Indicator | Latin Small Letter Y With Diaeresis |
| Categoría | Latín extendido | Latín extendido |
| Bloque | Latin-1 Supplement | Latin-1 Supplement |
| Escritura | Latn | Latn |
| Categoría general | Other Letter (Lo) | Lowercase Letter (Ll) |
| Bidireccional | L | L |
Comparación de codificaciones
| Formato | 00AA | 00FF |
|---|---|---|
| Unicode | U+00AA | U+00FF |
| HTML Decimal | ª | ÿ |
| HTML Hex | ª | ÿ |
| CSS | \00AA | \00FF |
| JavaScript | \u{AA} | \u{FF} |
| Python | \u00aa | \u00ff |
| UTF-8 | c2 aa | c3 bf |
Cómo distinguirlos
Tanto Feminine Ordinal Indicator como Latin Small Letter Y With Diaeresis pertenecen a la categoría Latín extendido y al bloque Latin-1 Supplement. 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.