| Nombre del símbolo | Modifier Letter Low Dotted Tone Bar |
| Versión Unicode | 4.1 |
| Unicode | U+A70B |
| Bloque Unicode | |
| Categoría general | Modifier Symbol (Sk) |
| UTF-8 | EA 9C 8B |
| UTF-16 | A70B |
| UTF-32 | 0000A70B |
1\documentclass{article}2\usepackage{pifont}3\text{MODIFIERLETTERLOWDOTTEDTONEBAR}4\end{document}Puedes escribir el símbolo modifier letter low dotted tone bar en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 42763 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "modifier letter low dotted tone bar", or use Unicode Hex Input with A70B.
Ctrl + Shift + U, type a70b, 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-low-dotted-tone-bar::before { content: "\A70B"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>꜋</span>La representación del símbolo Modifier Letter Low Dotted Tone Bar en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uA70B' or String.fromCodePoint(42763) |
| Python | '\N{MODIFIER LETTER LOW DOTTED TONE BAR}' or chr(42763) |
| Rust | '\u{A70B}' |
| C / C++ | UTF-8 source or wchar_t with U+A70B |
| Go | string(rune(0xA70B)) |
| Ruby | "\u{A70B}" |
| Código CSS |
\A70B |
| Código hexadecimal | 0xA70B |
| Código HTML | ꜋ |
| LaTeX | \text{MODIFIERLETTERLOWDOTTEDTONEBAR} |
| Símbolo | ꜋ |
| Codificación URL (porcentaje UTF-8) | %EA%9C%8B |
| Nombre oral / lector de pantalla | Modifier Letter Low Dotted Tone Bar |