| Symboolnaam | Double High-reversed-9 Quotation Mark |
| Unicode-versie | 1.1 |
| Unicode | U+201F |
| Unicode-blok | |
| Algemene categorie | Initial Quote Punctuation (Pi) |
| UTF-8 | E2 80 9F |
| UTF-16 | 201F |
| UTF-32 | 0000201F |
1\documentclass{article}2\usepackage{pifont}3\text{DOUBLEHIGH-REVERSED-9QUOTATIONMARK}4\end{document}Je kunt het double high-reversed-9 quotation mark-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 8223 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "double high-reversed-9 quotation mark", or use Unicode Hex Input with 201F.
Ctrl + Shift + U, type 201f, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with bracket and quote support.
1span.double-high-reversed-9-quotation-mark::before { content: "\201F"; }1<span>‟</span>De weergave van het Double High-reversed-9 Quotation Mark-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u201F' or String.fromCodePoint(8223) |
| Python | '\N{DOUBLE HIGH-REVERSED-9 QUOTATION MARK}' or chr(8223) |
| Rust | '\u{201F}' |
| C / C++ | UTF-8 source or wchar_t with U+201F |
| Go | string(rune(0x201F)) |
| Ruby | "\u{201F}" |
| CSS-code |
\201F |
| Hexadecimale code | 0x201F |
| HTML-code | ‟ |
| LaTeX | \text{DOUBLEHIGH-REVERSED-9QUOTATIONMARK} |
| Symbool | ‟ |
| URL-codering (UTF-8 procent) | %E2%80%9F |
| Uitgesproken naam / schermlezer | Double High-reversed-9 Quotation Mark |