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