| Symboolnaam | Latin Capital Letter V With Tilde |
| Unicode-versie | 1.1 |
| Unicode | U+1E7C |
| Unicode-blok | |
| Algemene categorie | Uppercase Letter (Lu) |
| UTF-8 | E1 B9 BC |
| UTF-16 | 1E7C |
| UTF-32 | 00001E7C |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTERVWITHTILDE}4\end{document}Je kunt het latin capital letter v with tilde-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 7804 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin capital letter v with tilde", or use Unicode Hex Input with 1E7C.
Ctrl + Shift + U, type 1e7c, 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.latin-capital-letter-v-with-tilde::before { content: "\1E7C"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>Ṽ</span>De weergave van het Latin Capital Letter V With Tilde-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u1E7C' or String.fromCodePoint(7804) |
| Python | '\N{LATIN CAPITAL LETTER V WITH TILDE}' or chr(7804) |
| Rust | '\u{1E7C}' |
| C / C++ | UTF-8 source or wchar_t with U+1E7C |
| Go | string(rune(0x1E7C)) |
| Ruby | "\u{1E7C}" |
| CSS-code |
\1E7C |
| Hexadecimale code | 0x1E7C |
| HTML-code | Ṽ |
| LaTeX | \text{LATINCAPITALLETTERVWITHTILDE} |
| Symbool | Ṽ |
| URL-codering (UTF-8 procent) | %E1%B9%BC |
| Uitgesproken naam / schermlezer | Latin Capital Letter V With Tilde |