| Nom du symbole | Latin Capital Letter L With Middle Dot |
| Version Unicode | 1.1 |
| Unicode | U+013F |
| Bloc Unicode | |
| Catégorie générale | Uppercase Letter (Lu) |
| UTF-8 | C4 BF |
| UTF-16 | 013F |
| UTF-32 | 0000013F |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTERLWITHMIDDLEDOT}4\end{document}Vous pouvez saisir le symbole latin capital letter l with middle dot sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 319 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin capital letter l with middle dot", or use Unicode Hex Input with 013F.
Ctrl + Shift + U, type 013f, 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-middle-dot::before { content: "\013F"; 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 Middle Dot dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u013F' or String.fromCodePoint(319) |
| Python | '\N{LATIN CAPITAL LETTER L WITH MIDDLE DOT}' or chr(319) |
| Rust | '\u{013F}' |
| C / C++ | UTF-8 source or wchar_t with U+013F |
| Go | string(rune(0x013F)) |
| Ruby | "\u{013F}" |
| Code CSS |
\013F |
| Code hexadécimal | 0x013F |
| Code HTML | Ŀ |
| LaTeX | \text{LATINCAPITALLETTERLWITHMIDDLEDOT} |
| Symbole | Ŀ |
| Encodage URL (pourcent UTF-8) | %C4%BF |
| Nom oral / lecteur d’écran | Latin Capital Letter L With Middle Dot |