| Nombre del símbolo | Double Question Mark |
| Versión Unicode | 3.2 |
| Unicode | U+2047 |
| Bloque Unicode | |
| Categoría general | Other Punctuation (Po) |
| UTF-8 | E2 81 87 |
| UTF-16 | 2047 |
| UTF-32 | 00002047 |
1\documentclass{article}2\usepackage{pifont}3\text{DOUBLEQUESTIONMARK}4\end{document}Puedes escribir el símbolo double question mark en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 8263 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "double question mark", or use Unicode Hex Input with 2047.
Ctrl + Shift + U, type 2047, 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.double-question-mark::before { content: "\2047"; }1<span>⁇</span>La representación del símbolo Double Question Mark en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u2047' or String.fromCodePoint(8263) |
| Python | '\N{DOUBLE QUESTION MARK}' or chr(8263) |
| Rust | '\u{2047}' |
| C / C++ | UTF-8 source or wchar_t with U+2047 |
| Go | string(rune(0x2047)) |
| Ruby | "\u{2047}" |
| Código CSS |
\2047 |
| Código hexadecimal | 0x2047 |
| Código HTML | ⁇ |
| LaTeX | \text{DOUBLEQUESTIONMARK} |
| Símbolo | ⁇ |
| Codificación URL (porcentaje UTF-8) | %E2%81%87 |
| Nombre oral / lector de pantalla | Double Question Mark |