| Nom du symbole | Red Question Mark |
| Version Unicode | 0.6 |
| Unicode | U+2753 |
| Bloc Unicode | |
| Catégorie générale | Emoji (So) |
| Code CSS | \2753 |
| Code hexadécimal | 0x2753 |
| Code HTML | ❓ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbole | ❓ |
| Encodage URL (pourcent UTF-8) | %E2%9D%93 |
| Raccourci Discord / Slack | :question: |
| Raccourci GitHub | :question: |
| Nom oral / lecteur d’écran | Red Question Mark |
| UTF-8 | E2 9D 93 |
| UTF-16 | 2753 |
| UTF-32 | 00002753 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Vous pouvez saisir le symbole red question mark sur la plupart des appareils modernes avec les méthodes suivantes :
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Symbols & Signs in emoji keyboard.
Edit → Emoji & Symbols, search "red question mark".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "red question mark".
Emoji keyboard → Symbols; search "red question mark".
1span.red-question-mark::before { content: "\2753"; } /* prefer inline grapheme for ZWJ */1<span>❓</span>La représentation du symbole Red Question Mark dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u2753' or String.fromCodePoint(10067) |
| Python | '\N{RED QUESTION MARK}' |
| Rust | '\u{2753}' |
| Swift | "\u{2753}" |
| Go | string(rune(0x2753)) |
| Ruby | "\u{2753}" |