Latin Capital Letter A With Diaeresis vs Micro Sign
VS
Comparación de propiedades
| Propiedad | Ä 00C4 | µ 00B5 |
|---|---|---|
| Nombre | Latin Capital Letter A With Diaeresis | Micro Sign |
| Categoría | Latín extendido | Latín extendido |
| Bloque | Latin-1 Supplement | Latin-1 Supplement |
| Escritura | Latn | Zyyy |
| Categoría general | Uppercase Letter (Lu) | Lowercase Letter (Ll) |
| Bidireccional | L | L |
Comparación de codificaciones
| Formato | 00C4 | 00B5 |
|---|---|---|
| Unicode | U+00C4 | U+00B5 |
| HTML Decimal | Ä | µ |
| HTML Hex | Ä | µ |
| CSS | \00C4 | \00B5 |
| JavaScript | \u{C4} | \u{B5} |
| Python | \u00c4 | \u00b5 |
| UTF-8 | c3 84 | c2 b5 |
Cómo distinguirlos
Tanto Latin Capital Letter A With Diaeresis como Micro Sign 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.