| Nombre del símbolo | Question Exclamation Mark |
| Versión Unicode | 3.0 |
| Unicode | U+2048 |
| Bloque Unicode | |
| Categoría general | Other Punctuation (Po) |
| UTF-8 | E2 81 88 |
| UTF-16 | 2048 |
| UTF-32 | 00002048 |
1\documentclass{article}2\usepackage{pifont}3?!4\end{document}Puedes escribir el símbolo question exclamation mark en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Question Exclamation Mark en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\2048 |
| Código hexadecimal | 0x2048 |
| Código HTML | ⁈ |
| LaTeX | ?! |
| Símbolo | ⁈ |
| Codificación URL (porcentaje UTF-8) | %E2%81%88 |
| Nombre oral / lector de pantalla | Question Exclamation Mark |