| Nombre del símbolo | Latin Capital Letter Turned L |
| Versión Unicode | 5.1 |
| Unicode | U+A780 |
| Bloque Unicode | |
| Categoría general | Uppercase Letter (Lu) |
| UTF-8 | EA 9E 80 |
| UTF-16 | A780 |
| UTF-32 | 0000A780 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTERTURNEDL}4\end{document}Puedes escribir el símbolo latin capital letter turned l en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 42880 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin capital letter turned l", or use Unicode Hex Input with A780.
Ctrl + Shift + U, type a780, 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-turned-l::before { content: "\A780"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>Ꞁ</span>La representación del símbolo Latin Capital Letter Turned L en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uA780' or String.fromCodePoint(42880) |
| Python | '\N{LATIN CAPITAL LETTER TURNED L}' or chr(42880) |
| Rust | '\u{A780}' |
| C / C++ | UTF-8 source or wchar_t with U+A780 |
| Go | string(rune(0xA780)) |
| Ruby | "\u{A780}" |
| Código CSS |
\A780 |
| Código hexadecimal | 0xA780 |
| Código HTML | Ꞁ |
| LaTeX | \text{LATINCAPITALLETTERTURNEDL} |
| Símbolo | Ꞁ |
| Codificación URL (porcentaje UTF-8) | %EA%9E%80 |
| Nombre oral / lector de pantalla | Latin Capital Letter Turned L |