| Symbol Name | Modifier Letter Left Tack |
| Unicode Version | 13.0 |
| Unicode | U+AB6A |
| Unicode block | |
| General category | Modifier Symbol (Sk) |
| CSS Code |
| UTF-8 | EA AD AA |
| UTF-16 | AB6A |
| UTF-32 | 0000AB6A |
1\documentclass{article}2\usepackage{pifont}3\text{MODIFIERLETTERLEFTTACK}4\end{document}You can type the modifier letter left tack symbol on most modern devices with the help of following methods:
Alt + 43882 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "modifier letter left tack", or use Unicode Hex Input with AB6A.
Ctrl + Shift + U, type ab6a, 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.modifier-letter-left-tack::before { content: "\AB6A"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>꭪</span>Modifier Letter Left Tack symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uAB6A' or String.fromCodePoint(43882) |
| Python | '\N{MODIFIER LETTER LEFT TACK}' or chr(43882) |
| Rust | '\u{AB6A}' |
| C / C++ | UTF-8 source or wchar_t with U+AB6A |
| Go | string(rune(0xAB6A)) |
| Ruby | "\u{AB6A}" |
\AB6A |
| Hex Code | 0xAB6A |
| HTML Code | ꭪ |
| LaTeX | \text{MODIFIERLETTERLEFTTACK} |
| Symbol | ꭪ |
| URL encode (UTF-8 percent) | %EA%AD%AA |
| Spoken / screen reader name | Modifier Letter Left Tack |