| Symboolnaam | Latin Small Letter Eng With Crossed-tail |
| Unicode-versie | 7.0 |
| Unicode | U+AB3C |
| Unicode-blok | |
| Algemene categorie | Lowercase Letter (Ll) |
| UTF-8 | EA AC BC |
| UTF-16 | AB3C |
| UTF-32 | 0000AB3C |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERENGWITHCROSSED-TAIL}4\end{document}Je kunt het latin small letter eng with crossed-tail-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 43836 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter eng with crossed-tail", or use Unicode Hex Input with AB3C.
Ctrl + Shift + U, type ab3c, 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-eng-with-crossed-tail::before { content: "\AB3C"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ꬼ</span>De weergave van het Latin Small Letter Eng With Crossed-tail-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uAB3C' or String.fromCodePoint(43836) |
| Python | '\N{LATIN SMALL LETTER ENG WITH CROSSED-TAIL}' or chr(43836) |
| Rust | '\u{AB3C}' |
| C / C++ | UTF-8 source or wchar_t with U+AB3C |
| Go | string(rune(0xAB3C)) |
| Ruby | "\u{AB3C}" |
| CSS-code |
\AB3C |
| Hexadecimale code | 0xAB3C |
| HTML-code | ꬼ |
| LaTeX | \text{LATINSMALLLETTERENGWITHCROSSED-TAIL} |
| Symbool | ꬼ |
| URL-codering (UTF-8 procent) | %EA%AC%BC |
| Uitgesproken naam / schermlezer | Latin Small Letter Eng With Crossed-tail |