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