| Symboolnaam | Latin Small Letter L With Retroflex Hook And Belt |
| Unicode-versie | 6.0 |
| Unicode | U+A78E |
| Unicode-blok | |
| Algemene categorie | 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}Je kunt het latin small letter l with retroflex hook and belt-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Latin Small Letter L With Retroflex Hook And Belt-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |
| CSS-code |
\A78E |
| Hexadecimale code | 0xA78E |
| HTML-code | ꞎ |
| LaTeX | \text{LATINSMALLLETTERLWITHRETROFLEXHOOKANDBELT} |
| Symbool | ꞎ |
| URL-codering (UTF-8 procent) | %EA%9E%8E |
| Uitgesproken naam / schermlezer | Latin Small Letter L With Retroflex Hook And Belt |