| Symbolname | Latin Capital Letter L With High Stroke |
| Unicode-Version | 5.1 |
| Unicode | U+A748 |
| Unicode-Block | |
| Allgemeine Kategorie | Uppercase Letter (Lu) |
| UTF-8 | EA 9D 88 |
| UTF-16 | A748 |
| UTF-32 | 0000A748 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTERLWITHHIGHSTROKE}4\end{document}Sie können das Symbol latin capital letter l with high stroke auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 42824 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin capital letter l with high stroke", or use Unicode Hex Input with A748.
Ctrl + Shift + U, type a748, 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-high-stroke::before { content: "\A748"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>Ꝉ</span>Die Darstellung des Symbols Latin Capital Letter L With High Stroke in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\uA748' or String.fromCodePoint(42824) |
| Python | '\N{LATIN CAPITAL LETTER L WITH HIGH STROKE}' or chr(42824) |
| Rust | '\u{A748}' |
| C / C++ | UTF-8 source or wchar_t with U+A748 |
| Go | string(rune(0xA748)) |
| Ruby | "\u{A748}" |
| CSS-Code |
\A748 |
| Hexadezimalcode | 0xA748 |
| HTML-Code | Ꝉ |
| LaTeX | \text{LATINCAPITALLETTERLWITHHIGHSTROKE} |
| Symbol | Ꝉ |
| URL-Kodierung (UTF-8-Prozent) | %EA%9D%88 |
| Ansagename (Screenreader) | Latin Capital Letter L With High Stroke |