| Symbol Name | Modifier Letter Dot Vertical Bar |
| Unicode Version | 5.0 |
| Unicode | U+A717 |
| Unicode block | |
| General category | Modifier Letter (Lm) |
| CSS Code |
| UTF-8 | EA 9C 97 |
| UTF-16 | A717 |
| UTF-32 | 0000A717 |
1\documentclass{article}2\usepackage{pifont}3\text{MODIFIERLETTERDOTVERTICALBAR}4\end{document}You can type the modifier letter dot vertical bar symbol on most modern devices with the help of following methods:
Alt + 42775 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "modifier letter dot vertical bar", or use Unicode Hex Input with A717.
Ctrl + Shift + U, type a717, 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-vertical-bar::before { content: "\A717"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ꜗ</span>Modifier Letter Dot Vertical Bar symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uA717' or String.fromCodePoint(42775) |
| Python | '\N{MODIFIER LETTER DOT VERTICAL BAR}' or chr(42775) |
| Rust | '\u{A717}' |
| C / C++ | UTF-8 source or wchar_t with U+A717 |
| Go | string(rune(0xA717)) |
| Ruby | "\u{A717}" |
\A717 |
| Hex Code | 0xA717 |
| HTML Code | ꜗ |
| LaTeX | \text{MODIFIERLETTERDOTVERTICALBAR} |
| Symbol | ꜗ |
| URL encode (UTF-8 percent) | %EA%9C%97 |
| Spoken / screen reader name | Modifier Letter Dot Vertical Bar |