Inverted Question Mark vs Latin Capital Letter C With Cedilla
VS
Comparación de propiedades
| Propiedad | ¿ 00BF | Ç 00C7 |
|---|---|---|
| Nombre | Inverted Question Mark | Latin Capital Letter C With Cedilla |
| Categoría | Latín extendido | Latín extendido |
| Bloque | Latin-1 Supplement | Latin-1 Supplement |
| Escritura | Zyyy | Latn |
| Categoría general | Other Punctuation (Po) | Uppercase Letter (Lu) |
| Bidireccional | ON | L |
Comparación de codificaciones
| Formato | 00BF | 00C7 |
|---|---|---|
| Unicode | U+00BF | U+00C7 |
| HTML Decimal | ¿ | Ç |
| HTML Hex | ¿ | Ç |
| CSS | \00BF | \00C7 |
| JavaScript | \u{BF} | \u{C7} |
| Python | \u00bf | \u00c7 |
| UTF-8 | c2 bf | c3 87 |
Cómo distinguirlos
Tanto Inverted Question Mark como Latin Capital Letter C With Cedilla 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.