| Symbolname | Latin Capital Letter L With Cedilla |
| Unicode-Version | 1.1 |
| Unicode | U+013B |
| Unicode-Block | |
| Allgemeine Kategorie | 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}Sie können das Symbol latin capital letter l with cedilla auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Latin Capital Letter L With Cedilla in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |
| CSS-Code |
\013B |
| Hexadezimalcode | 0x013B |
| HTML-Code | Ļ |
| LaTeX | \text{LATINCAPITALLETTERLWITHCEDILLA} |
| Symbol | Ļ |
| URL-Kodierung (UTF-8-Prozent) | %C4%BB |
| Ansagename (Screenreader) | Latin Capital Letter L With Cedilla |