| Nome del simbolo | Modifier Letter Dot Horizontal Bar |
| Versione Unicode | 5.0 |
| Unicode | U+A719 |
| Blocco Unicode | |
| Categoria generale | Modifier Letter (Lm) |
| UTF-8 | EA 9C 99 |
| UTF-16 | A719 |
| UTF-32 | 0000A719 |
1\documentclass{article}2\usepackage{pifont}3\text{MODIFIERLETTERDOTHORIZONTALBAR}4\end{document}Puoi digitare il simbolo modifier letter dot horizontal bar sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 42777 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "modifier letter dot horizontal bar", or use Unicode Hex Input with A719.
Ctrl + Shift + U, type a719, 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-dot-horizontal-bar::before { content: "\A719"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ꜙ</span>La rappresentazione del simbolo Modifier Letter Dot Horizontal Bar nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uA719' or String.fromCodePoint(42777) |
| Python | '\N{MODIFIER LETTER DOT HORIZONTAL BAR}' or chr(42777) |
| Rust | '\u{A719}' |
| C / C++ | UTF-8 source or wchar_t with U+A719 |
| Go | string(rune(0xA719)) |
| Ruby | "\u{A719}" |
| Codice CSS |
\A719 |
| Codice esadecimale | 0xA719 |
| Codice HTML | ꜙ |
| LaTeX | \text{MODIFIERLETTERDOTHORIZONTALBAR} |
| Simbolo | ꜙ |
| Codifica URL (percentuale UTF-8) | %EA%9C%99 |
| Nome parlato / screen reader | Modifier Letter Dot Horizontal Bar |