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