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