| Nome del simbolo | Latin Small Letter L With Retroflex Hook And Belt |
| Versione Unicode | 6.0 |
| Unicode | U+A78E |
| Blocco Unicode | |
| Categoria generale | 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}Puoi digitare il simbolo latin small letter l with retroflex hook and belt sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Latin Small Letter L With Retroflex Hook And Belt nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\A78E |
| Codice esadecimale | 0xA78E |
| Codice HTML | ꞎ |
| LaTeX | \text{LATINSMALLLETTERLWITHRETROFLEXHOOKANDBELT} |
| Simbolo | ꞎ |
| Codifica URL (percentuale UTF-8) | %EA%9E%8E |
| Nome parlato / screen reader | Latin Small Letter L With Retroflex Hook And Belt |