Ampersand vs Latin Small Letter L With Cedilla
VS
Comparación de propiedades
| Propiedad | & 0026 | ļ 013C |
|---|---|---|
| Nombre | Ampersand | Latin Small Letter L With Cedilla |
| Categoría | Latín extendido | Latín extendido |
| Bloque | Basic Latin | Latin Extended-A |
| Escritura | Zyyy | Latn |
| Categoría general | Other Punctuation (Po) | Lowercase Letter (Ll) |
| Bidireccional | ON | L |
Comparación de codificaciones
| Formato | 0026 | 013C |
|---|---|---|
| Unicode | U+0026 | U+013C |
| HTML Decimal | & | ļ |
| HTML Hex | & | ļ |
| CSS | \0026 | \013C |
| JavaScript | \u{26} | \u{13C} |
| Python | \u0026 | \u013c |
| UTF-8 | 26 | c4 bc |
Cómo distinguirlos
Tanto Ampersand como Latin Small Letter L With Cedilla están en la categoría Latín extendido pero se encuentran en diferentes bloques Unicode. Compruebe el punto de código para diferenciarlos.
Consejo: Pegue el carácter en un editor hexadecimal o use
charCodeAt()
en JavaScript para verificar el punto de código real.