| Symbol Name | Latin Capital Letter L With Cedilla |
| Unicode Version | 1.1 |
| Unicode | U+013B |
| Unicode block | |
| General category | Uppercase Letter (Lu) |
| CSS Code |
| UTF-8 | C4 BB |
| UTF-16 | 013B |
| UTF-32 | 0000013B |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTERLWITHCEDILLA}4\end{document}You can type the latin capital letter l with cedilla symbol on most modern devices with the help of following methods:
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>Latin Capital Letter L With Cedilla symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
\013B |
| Hex Code | 0x013B |
| HTML Code | Ļ |
| LaTeX | \text{LATINCAPITALLETTERLWITHCEDILLA} |
| Symbol | Ļ |
| URL encode (UTF-8 percent) | %C4%BB |
| Spoken / screen reader name | Latin Capital Letter L With Cedilla |