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