| Nome del simbolo | Modifier Letter Dot Vertical Bar |
| Versione Unicode | 5.0 |
| Unicode | U+A717 |
| Blocco Unicode | |
| Categoria generale | Modifier Letter (Lm) |
| UTF-8 | EA 9C 97 |
| UTF-16 | A717 |
| UTF-32 | 0000A717 |
1\documentclass{article}2\usepackage{pifont}3\text{MODIFIERLETTERDOTVERTICALBAR}4\end{document}Puoi digitare il simbolo modifier letter dot vertical bar sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Modifier Letter Dot Vertical Bar nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\A717 |
| Codice esadecimale | 0xA717 |
| Codice HTML | ꜗ |
| LaTeX | \text{MODIFIERLETTERDOTVERTICALBAR} |
| Simbolo | ꜗ |
| Codifica URL (percentuale UTF-8) | %EA%9C%97 |
| Nome parlato / screen reader | Modifier Letter Dot Vertical Bar |