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