| Nombre del símbolo | Latin Capital Letter L With High Stroke |
| Versión Unicode | 5.1 |
| Unicode | U+A748 |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo latin capital letter l with high stroke en la mayoría de dispositivos modernos con los siguientes métodos:
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>La representación del símbolo Latin Capital Letter L With High Stroke en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\A748 |
| Código hexadecimal | 0xA748 |
| Código HTML | Ꝉ |
| LaTeX | \text{LATINCAPITALLETTERLWITHHIGHSTROKE} |
| Símbolo | Ꝉ |
| Codificación URL (porcentaje UTF-8) | %EA%9D%88 |
| Nombre oral / lector de pantalla | Latin Capital Letter L With High Stroke |