| Nombre del símbolo | Exclamation Question Mark |
| Versión Unicode | 0.6 |
| Unicode | U+2049 |
| Bloque Unicode | |
| Categoría general | Emoji (Po) |
| UTF-8 | E2 81 89 EF B8 8F |
| UTF-16 | 2049 FE0F |
| UTF-32 | 00002049 0000FE0F |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puedes escribir el símbolo exclamation question mark en la mayoría de dispositivos modernos con los siguientes métodos:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Symbols & Signs in emoji keyboard.
Edit → Emoji & Symbols, search "exclamation question mark".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "exclamation question mark".
Emoji keyboard → Symbols; search "exclamation question mark".
1span.exclamation-question-mark-emoji::before { content: "\2049"; } /* prefer inline grapheme for ZWJ */1<span>⁉️</span>La representación del símbolo Exclamation Question Mark en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x2049, 0xFE0F) |
| Python | '\N{EXCLAMATION QUESTION MARK}' |
| Rust | '\u{2049}' |
| Swift | "\u{2049}" |
| Go | string(rune(0x2049)) |
| Ruby | "\u{2049}" |
| Código CSS |
\2049 |
| Código hexadecimal | 0x2049 |
| Código HTML | ⁉️ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Símbolo | ⁉️ |
| Codificación URL (porcentaje UTF-8) | %E2%81%89%EF%B8%8F |
| Nombre oral / lector de pantalla | Exclamation Question Mark |