| Nombre del símbolo | Modifier Letter Right Tack |
| Versión Unicode | 13.0 |
| Unicode | U+AB6B |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo modifier letter right tack en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Modifier Letter Right Tack en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\AB6B |
| Código hexadecimal | 0xAB6B |
| Código HTML | ꭫ |
| LaTeX | \text{MODIFIERLETTERRIGHTTACK} |
| Símbolo | ꭫ |
| Codificación URL (porcentaje UTF-8) | %EA%AD%AB |
| Nombre oral / lector de pantalla | Modifier Letter Right Tack |