| Symbolname | Latin Capital Letter Middle-welsh Ll |
| Unicode-Version | 5.1 |
| Unicode | U+1EFA |
| Unicode-Block | |
| Allgemeine Kategorie | Uppercase Letter (Lu) |
| UTF-8 | E1 BB BA |
| UTF-16 | 1EFA |
| UTF-32 | 00001EFA |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTERMIDDLE-WELSHLL}4\end{document}Sie können das Symbol latin capital letter middle-welsh ll auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 7930 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin capital letter middle-welsh ll", or use Unicode Hex Input with 1EFA.
Ctrl + Shift + U, type 1efa, 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-middle-welsh-ll::before { content: "\1EFA"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>Ỻ</span>Die Darstellung des Symbols Latin Capital Letter Middle-welsh Ll in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u1EFA' or String.fromCodePoint(7930) |
| Python | '\N{LATIN CAPITAL LETTER MIDDLE-WELSH LL}' or chr(7930) |
| Rust | '\u{1EFA}' |
| C / C++ | UTF-8 source or wchar_t with U+1EFA |
| Go | string(rune(0x1EFA)) |
| Ruby | "\u{1EFA}" |
| CSS-Code |
\1EFA |
| Hexadezimalcode | 0x1EFA |
| HTML-Code | Ỻ |
| LaTeX | \text{LATINCAPITALLETTERMIDDLE-WELSHLL} |
| Symbol | Ỻ |
| URL-Kodierung (UTF-8-Prozent) | %E1%BB%BA |
| Ansagename (Screenreader) | Latin Capital Letter Middle-welsh Ll |