| Symbol Name | White Question Mark |
| Unicode Version | 0.6 |
| Unicode | U+2754 |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \2754 |
| Hex Code | 0x2754 |
| HTML Code | ❔ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | ❔ |
| URL encode (UTF-8 percent) | %E2%9D%94 |
| Spoken / screen reader name | White Question Mark |
| UTF-8 | E2 9D 94 |
| UTF-16 | 2754 |
| UTF-32 | 00002754 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}You can type the white 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 "white question mark".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "white question mark".
Emoji keyboard → Symbols; search "white question mark".
1span.white-question-mark::before { content: "\2754"; } /* prefer inline grapheme for ZWJ */1<span>❔</span>White Question Mark symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u2754' or String.fromCodePoint(10068) |
| Python | '\N{WHITE QUESTION MARK}' |
| Rust | '\u{2754}' |
| Swift | "\u{2754}" |
| Go | string(rune(0x2754)) |
| Ruby | "\u{2754}" |