Latin Capital Letter C With Cedilla vs Soft Hyphen
VS
Comparación de propiedades
| Propiedad | Ç 00C7 | 00AD |
|---|---|---|
| Nombre | Latin Capital Letter C With Cedilla | Soft Hyphen |
| Categoría | Latín extendido | Latín extendido |
| Bloque | Latin-1 Supplement | Latin-1 Supplement |
| Escritura | Latn | Zyyy |
| Categoría general | Uppercase Letter (Lu) | Format (Cf) |
| Bidireccional | L | BN |
Comparación de codificaciones
| Formato | 00C7 | 00AD |
|---|---|---|
| Unicode | U+00C7 | U+00AD |
| HTML Decimal | Ç | ­ |
| HTML Hex | Ç | ­ |
| CSS | \00C7 | \00AD |
| JavaScript | \u{C7} | \u{AD} |
| Python | \u00c7 | \u00ad |
| UTF-8 | c3 87 | c2 ad |
Cómo distinguirlos
Tanto Latin Capital Letter C With Cedilla como Soft Hyphen 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.