| Symbolname | Latin Small Letter L With Caron |
| Unicode-Version | 1.1 |
| Unicode | U+013E |
| Unicode-Block | |
| Allgemeine Kategorie | Lowercase Letter (Ll) |
| CSS-Code |
| UTF-8 | C4 BE |
| UTF-16 | 013E |
| UTF-32 | 0000013E |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERLWITHCARON}4\end{document}Sie können das Symbol latin small letter l with caron auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 318 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter l with caron", or use Unicode Hex Input with 013E.
Ctrl + Shift + U, type 013e, 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-small-letter-l-with-caron::before { content: "\013E"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ľ</span>Die Darstellung des Symbols Latin Small Letter L With Caron in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u013E' or String.fromCodePoint(318) |
| Python | '\N{LATIN SMALL LETTER L WITH CARON}' or chr(318) |
| Rust | '\u{013E}' |
| C / C++ | UTF-8 source or wchar_t with U+013E |
| Go | string(rune(0x013E)) |
| Ruby | "\u{013E}" |
\013E |
| Hexadezimalcode | 0x013E |
| HTML-Code | ľ |
| LaTeX | \text{LATINSMALLLETTERLWITHCARON} |
| Symbol | ľ |
| URL-Kodierung (UTF-8-Prozent) | %C4%BE |
| Ansagename (Screenreader) | Latin Small Letter L With Caron |