| Nome del simbolo | Latin Capital Letter L With Caron |
| Versione Unicode | 1.1 |
| Unicode | U+013D |
| Blocco Unicode | |
| Categoria generale | Uppercase Letter (Lu) |
| UTF-8 | C4 BD |
| UTF-16 | 013D |
| UTF-32 | 0000013D |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTERLWITHCARON}4\end{document}Puoi digitare il simbolo latin capital letter l with caron sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 317 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin capital letter l with caron", or use Unicode Hex Input with 013D.
Ctrl + Shift + U, type 013d, 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-caron::before { content: "\013D"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>Ľ</span>La rappresentazione del simbolo Latin Capital Letter L With Caron nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u013D' or String.fromCodePoint(317) |
| Python | '\N{LATIN CAPITAL LETTER L WITH CARON}' or chr(317) |
| Rust | '\u{013D}' |
| C / C++ | UTF-8 source or wchar_t with U+013D |
| Go | string(rune(0x013D)) |
| Ruby | "\u{013D}" |
| Codice CSS |
\013D |
| Codice esadecimale | 0x013D |
| Codice HTML | Ľ |
| LaTeX | \text{LATINCAPITALLETTERLWITHCARON} |
| Simbolo | Ľ |
| Codifica URL (percentuale UTF-8) | %C4%BD |
| Nome parlato / screen reader | Latin Capital Letter L With Caron |