| Symboolnaam | Latin Small Letter V With Right Hook |
| Unicode-versie | 5.1 |
| Unicode | U+2C71 |
| Unicode-blok | |
| Algemene categorie | Lowercase Letter (Ll) |
| CSS-code |
| UTF-8 | E2 B1 B1 |
| UTF-16 | 2C71 |
| UTF-32 | 00002C71 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERVWITHRIGHTHOOK}4\end{document}Je kunt het latin small letter v with right hook-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 11377 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter v with right hook", or use Unicode Hex Input with 2C71.
Ctrl + Shift + U, type 2c71, 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-small-letter-v-with-right-hook::before { content: "\2C71"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ⱱ</span>De weergave van het Latin Small Letter V With Right Hook-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u2C71' or String.fromCodePoint(11377) |
| Python | '\N{LATIN SMALL LETTER V WITH RIGHT HOOK}' or chr(11377) |
| Rust | '\u{2C71}' |
| C / C++ | UTF-8 source or wchar_t with U+2C71 |
| Go | string(rune(0x2C71)) |
| Ruby | "\u{2C71}" |
\2C71 |
| Hexadecimale code | 0x2C71 |
| HTML-code | ⱱ |
| LaTeX | \text{LATINSMALLLETTERVWITHRIGHTHOOK} |
| Symbool | ⱱ |
| URL-codering (UTF-8 procent) | %E2%B1%B1 |
| Uitgesproken naam / schermlezer | Latin Small Letter V With Right Hook |