| Nome del simbolo | Latin Capital Letter L With Cedilla |
| Versione Unicode | 1.1 |
| Unicode | U+013B |
| Blocco Unicode | |
| Categoria generale | Uppercase Letter (Lu) |
| UTF-8 | C4 BB |
| UTF-16 | 013B |
| UTF-32 | 0000013B |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTERLWITHCEDILLA}4\end{document}Puoi digitare il simbolo latin capital letter l with cedilla sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 315 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin capital letter l with cedilla", or use Unicode Hex Input with 013B.
Ctrl + Shift + U, type 013b, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the Latin keyboard.
Paste from this page or use a keyboard with Latin letter support.
1span.latin-capital-letter-l-with-cedilla::before { content: "\013B"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>Ļ</span>La rappresentazione del simbolo Latin Capital Letter L With Cedilla nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u013B' or String.fromCodePoint(315) |
| Python | '\N{LATIN CAPITAL LETTER L WITH CEDILLA}' or chr(315) |
| Rust | '\u{013B}' |
| C / C++ | UTF-8 source or wchar_t with U+013B |
| Go | string(rune(0x013B)) |
| Ruby | "\u{013B}" |
| Codice CSS |
\013B |
| Codice esadecimale | 0x013B |
| Codice HTML | Ļ |
| LaTeX | \text{LATINCAPITALLETTERLWITHCEDILLA} |
| Simbolo | Ļ |
| Codifica URL (percentuale UTF-8) | %C4%BB |
| Nome parlato / screen reader | Latin Capital Letter L With Cedilla |