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