| Nom du symbole | Latin Capital Letter L With Bar |
| Version Unicode | 4.1 |
| Unicode | U+023D |
| Bloc Unicode | |
| Catégorie générale | 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}Vous pouvez saisir le symbole latin capital letter l with bar sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Latin Capital Letter L With Bar dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\023D |
| Code hexadécimal | 0x023D |
| Code HTML | Ƚ |
| LaTeX | \text{LATINCAPITALLETTERLWITHBAR} |
| Symbole | Ƚ |
| Encodage URL (pourcent UTF-8) | %C8%BD |
| Nom oral / lecteur d’écran | Latin Capital Letter L With Bar |