| Nombre del símbolo | Latin Capital Letter L With Middle Dot |
| Versión Unicode | 1.1 |
| Unicode | U+013F |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo latin capital letter l with middle dot en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Latin Capital Letter L With Middle Dot en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\013F |
| Código hexadecimal | 0x013F |
| Código HTML | Ŀ |
| LaTeX | \text{LATINCAPITALLETTERLWITHMIDDLEDOT} |
| Símbolo | Ŀ |
| Codificación URL (porcentaje UTF-8) | %C4%BF |
| Nombre oral / lector de pantalla | Latin Capital Letter L With Middle Dot |