| Nom du symbole | Inverted Question Mark |
| Version Unicode | 1.1 |
| Unicode | U+00BF |
| Bloc Unicode | |
| Catégorie générale | Other Punctuation (Po) |
| UTF-8 | C2 BF |
| UTF-16 | 00BF |
| UTF-32 | 000000BF |
1\documentclass{article}2\usepackage{pifont}3?`4\end{document}Vous pouvez saisir le symbole inverted question mark sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Inverted Question Mark dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\00BF |
| Code hexadécimal | 0x00BF |
| Code HTML | ¿ |
| LaTeX | ?` |
| Symbole | ¿ |
| Encodage URL (pourcent UTF-8) | %C2%BF |
| Nom oral / lecteur d’écran | Inverted Question Mark |