| Nome del simbolo | Latin Small Letter L With Caron |
| Versione Unicode | 1.1 |
| Unicode | U+013E |
| Blocco Unicode | |
| Categoria generale | Lowercase Letter (Ll) |
| UTF-8 | C4 BE |
| UTF-16 | 013E |
| UTF-32 | 0000013E |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERLWITHCARON}4\end{document}Puoi digitare il simbolo latin small letter l with caron sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Latin Small Letter L With Caron nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\013E |
| Codice esadecimale | 0x013E |
| Codice HTML | ľ |
| LaTeX | \text{LATINSMALLLETTERLWITHCARON} |
| Simbolo | ľ |
| Codifica URL (percentuale UTF-8) | %C4%BE |
| Nome parlato / screen reader | Latin Small Letter L With Caron |