| Symbol Name | Question Exclamation Mark |
| Unicode Version | 3.0 |
| Unicode | U+2048 |
| Unicode block | |
| General category | 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}You can type the question exclamation mark symbol on most modern devices with the help of following methods:
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>Question Exclamation Mark symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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 |
| Hex Code | 0x2048 |
| HTML Code | ⁈ |
| LaTeX | ?! |
| Symbol | ⁈ |
| URL encode (UTF-8 percent) | %E2%81%88 |
| Spoken / screen reader name | Question Exclamation Mark |