| Symbol Name | Latin Small Letter Middle-welsh Ll |
| Unicode Version | 5.1 |
| Unicode | U+1EFB |
| Unicode block | |
| General category | Lowercase Letter (Ll) |
| UTF-8 | E1 BB BB |
| UTF-16 | 1EFB |
| UTF-32 | 00001EFB |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERMIDDLE-WELSHLL}4\end{document}You can type the latin small letter middle-welsh ll symbol on most modern devices with the help of following methods:
Alt + 7931 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter middle-welsh ll", or use Unicode Hex Input with 1EFB.
Ctrl + Shift + U, type 1efb, 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-small-letter-middle-welsh-ll::before { content: "\1EFB"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ỻ</span>Latin Small Letter Middle-welsh Ll symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u1EFB' or String.fromCodePoint(7931) |
| Python | '\N{LATIN SMALL LETTER MIDDLE-WELSH LL}' or chr(7931) |
| Rust | '\u{1EFB}' |
| C / C++ | UTF-8 source or wchar_t with U+1EFB |
| Go | string(rune(0x1EFB)) |
| Ruby | "\u{1EFB}" |
| CSS Code |
\1EFB |
| Hex Code | 0x1EFB |
| HTML Code | ỻ |
| LaTeX | \text{LATINSMALLLETTERMIDDLE-WELSHLL} |
| Symbol | ỻ |
| URL encode (UTF-8 percent) | %E1%BB%BB |
| Spoken / screen reader name | Latin Small Letter Middle-welsh Ll |