| Symboolnaam | Double Question Mark |
| Unicode-versie | 3.2 |
| Unicode | U+2047 |
| Unicode-blok | |
| Algemene categorie | Other Punctuation (Po) |
| CSS-code |
| UTF-8 | E2 81 87 |
| UTF-16 | 2047 |
| UTF-32 | 00002047 |
1\documentclass{article}2\usepackage{pifont}3\text{DOUBLEQUESTIONMARK}4\end{document}Je kunt het double question mark-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 8263 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "double question mark", or use Unicode Hex Input with 2047.
Ctrl + Shift + U, type 2047, 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 punctuation support.
1span.double-question-mark::before { content: "\2047"; }1<span>⁇</span>De weergave van het Double Question Mark-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u2047' or String.fromCodePoint(8263) |
| Python | '\N{DOUBLE QUESTION MARK}' or chr(8263) |
| Rust | '\u{2047}' |
| C / C++ | UTF-8 source or wchar_t with U+2047 |
| Go | string(rune(0x2047)) |
| Ruby | "\u{2047}" |
\2047 |
| Hexadecimale code | 0x2047 |
| HTML-code | ⁇ |
| LaTeX | \text{DOUBLEQUESTIONMARK} |
| Symbool | ⁇ |
| URL-codering (UTF-8 procent) | %E2%81%87 |
| Uitgesproken naam / schermlezer | Double Question Mark |