| Symbol Name | Modifier Letter Dot Horizontal Bar |
| Unicode Version | 5.0 |
| Unicode | U+A719 |
| Unicode block | |
| General category | 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}You can type the modifier letter dot horizontal bar symbol on most modern devices with the help of following methods:
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>Modifier Letter Dot Horizontal Bar symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
| CSS Code |
\A719 |
| Hex Code | 0xA719 |
| HTML Code | ꜙ |
| LaTeX | \text{MODIFIERLETTERDOTHORIZONTALBAR} |
| Symbol | ꜙ |
| URL encode (UTF-8 percent) | %EA%9C%99 |
| Spoken / screen reader name | Modifier Letter Dot Horizontal Bar |