Latin Capital Letter Ae vs Micro Sign
VS
Comparación de propiedades
| Propiedad | Æ 00C6 | µ 00B5 |
|---|---|---|
| Nombre | Latin Capital Letter Ae | 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 | 00C6 | 00B5 |
|---|---|---|
| Unicode | U+00C6 | U+00B5 |
| HTML Decimal | Æ | µ |
| HTML Hex | Æ | µ |
| CSS | \00C6 | \00B5 |
| JavaScript | \u{C6} | \u{B5} |
| Python | \u00c6 | \u00b5 |
| UTF-8 | c3 86 | c2 b5 |
Cómo distinguirlos
Tanto Latin Capital Letter Ae 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.