| Symboolnaam | Inverted Question Mark |
| Unicode-versie | 1.1 |
| Unicode | U+00BF |
| Unicode-blok | |
| Algemene categorie | 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}Je kunt het inverted question mark-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Inverted Question Mark-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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 |
| Hexadecimale code | 0x00BF |
| HTML-code | ¿ |
| LaTeX | ?` |
| Symbool | ¿ |
| URL-codering (UTF-8 procent) | %C2%BF |
| Uitgesproken naam / schermlezer | Inverted Question Mark |