| Symbol Name | Inverted Question Mark |
| Unicode Version | 1.1 |
| Unicode | U+00BF |
| Unicode block | |
| General category | Other Punctuation (Po) |
| CSS Code |
| UTF-8 | C2 BF |
| UTF-16 | 00BF |
| UTF-32 | 000000BF |
1\documentclass{article}2\usepackage{pifont}3?`4\end{document}You can type the inverted question mark symbol on most modern devices with the help of following methods:
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>Inverted Question Mark symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
\00BF |
| Hex Code | 0x00BF |
| HTML Code | ¿ |
| LaTeX | ?` |
| Symbol | ¿ |
| URL encode (UTF-8 percent) | %C2%BF |
| Spoken / screen reader name | Inverted Question Mark |