| Nome del simbolo | Question Exclamation Mark |
| Versione Unicode | 3.0 |
| Unicode | U+2048 |
| Blocco Unicode | |
| Categoria generale | Other Punctuation (Po) |
| UTF-8 | E2 81 88 |
| UTF-16 | 2048 |
| UTF-32 | 00002048 |
1\documentclass{article}2\usepackage{pifont}3?!4\end{document}Puoi digitare il simbolo question exclamation mark sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Question Exclamation Mark nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\2048 |
| Codice esadecimale | 0x2048 |
| Codice HTML | ⁈ |
| LaTeX | ?! |
| Simbolo | ⁈ |
| Codifica URL (percentuale UTF-8) | %E2%81%88 |
| Nome parlato / screen reader | Question Exclamation Mark |