| Nome del simbolo | Modifier Letter Right Tack |
| Versione Unicode | 13.0 |
| Unicode | U+AB6B |
| Blocco Unicode | |
| Categoria generale | Modifier Symbol (Sk) |
| UTF-8 | EA AD AB |
| UTF-16 | AB6B |
| UTF-32 | 0000AB6B |
1\documentclass{article}2\usepackage{pifont}3\text{MODIFIERLETTERRIGHTTACK}4\end{document}Puoi digitare il simbolo modifier letter right tack sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Modifier Letter Right Tack nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\AB6B |
| Codice esadecimale | 0xAB6B |
| Codice HTML | ꭫ |
| LaTeX | \text{MODIFIERLETTERRIGHTTACK} |
| Simbolo | ꭫ |
| Codifica URL (percentuale UTF-8) | %EA%AD%AB |
| Nome parlato / screen reader | Modifier Letter Right Tack |