| Symbol Name | Red Question Mark |
| Unicode Version | 0.6 |
| Unicode | U+2753 |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \2753 |
| Hex Code | 0x2753 |
| HTML Code | ❓ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | ❓ |
| URL encode (UTF-8 percent) | %E2%9D%93 |
| Discord / Slack shortcode | :question: |
| GitHub shortcode | :question: |
| Spoken / screen reader name | 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}You can type the red question mark symbol on most modern devices with the help of following methods:
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>Red Question Mark symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |