| Symboolnaam | Latin Capital Letter L With Middle Dot |
| Unicode-versie | 1.1 |
| Unicode | U+013F |
| Unicode-blok | |
| Algemene categorie | 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}Je kunt het latin capital letter l with middle dot-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Latin Capital Letter L With Middle Dot-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |
| CSS-code |
\013F |
| Hexadecimale code | 0x013F |
| HTML-code | Ŀ |
| LaTeX | \text{LATINCAPITALLETTERLWITHMIDDLEDOT} |
| Symbool | Ŀ |
| URL-codering (UTF-8 procent) | %C4%BF |
| Uitgesproken naam / schermlezer | Latin Capital Letter L With Middle Dot |