| Symbolname | Latin Small Letter Middle-welsh Ll |
| Unicode-Version | 5.1 |
| Unicode | U+1EFB |
| Unicode-Block | |
| Allgemeine Kategorie | 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}Sie können das Symbol latin small letter middle-welsh ll auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Latin Small Letter Middle-welsh Ll in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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 |
| Hexadezimalcode | 0x1EFB |
| HTML-Code | ỻ |
| LaTeX | \text{LATINSMALLLETTERMIDDLE-WELSHLL} |
| Symbol | ỻ |
| URL-Kodierung (UTF-8-Prozent) | %E1%BB%BB |
| Ansagename (Screenreader) | Latin Small Letter Middle-welsh Ll |