| Nombre del símbolo | Latin Small Letter L With Retroflex Hook And Belt |
| Versión Unicode | 6.0 |
| Unicode | U+A78E |
| Bloque Unicode | |
| Categoría general | Lowercase Letter (Ll) |
| UTF-8 | EA 9E 8E |
| UTF-16 | A78E |
| UTF-32 | 0000A78E |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERLWITHRETROFLEXHOOKANDBELT}4\end{document}Puedes escribir el símbolo latin small letter l with retroflex hook and belt en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 42894 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter l with retroflex hook and belt", or use Unicode Hex Input with A78E.
Ctrl + Shift + U, type a78e, 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-l-with-retroflex-hook-and-belt::before { content: "\A78E"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ꞎ</span>La representación del símbolo Latin Small Letter L With Retroflex Hook And Belt en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uA78E' or String.fromCodePoint(42894) |
| Python | '\N{LATIN SMALL LETTER L WITH RETROFLEX HOOK AND BELT}' or chr(42894) |
| Rust | '\u{A78E}' |
| C / C++ | UTF-8 source or wchar_t with U+A78E |
| Go | string(rune(0xA78E)) |
| Ruby | "\u{A78E}" |
| Código CSS |
\A78E |
| Código hexadecimal | 0xA78E |
| Código HTML | ꞎ |
| LaTeX | \text{LATINSMALLLETTERLWITHRETROFLEXHOOKANDBELT} |
| Símbolo | ꞎ |
| Codificación URL (porcentaje UTF-8) | %EA%9E%8E |
| Nombre oral / lector de pantalla | Latin Small Letter L With Retroflex Hook And Belt |