| Symbol Name | Thought Balloon |
| Unicode Version | 1.0 |
| Unicode | U+1F4AD |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \1F4AD |
| Hex Code | 0x1F4AD |
| HTML Code | 💭 |
| LaTeX | LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent) |
| Symbol | 💭 |
| URL encode (UTF-8 percent) | %F0%9F%92%AD |
| Discord / Slack shortcode | :thought_balloon: |
| GitHub shortcode | :thought_balloon: |
| Spoken / screen reader name | Thought Balloon |
| UTF-8 | F0 9F 92 AD |
| UTF-16 | D83D DCAD |
| UTF-32 | 0001F4AD |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent)4\end{document}You can type the thought balloon symbol on most modern devices with the help of following methods:
Windows: Win + . (emoji panel); macOS: Ctrl + Cmd + Space; mobile: emoji keyboard Smileys.
Edit → Emoji & Symbols, search "thought balloon".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Smileys & Emotion, or search "thought balloon".
Emoji keyboard → Smileys; search "thought balloon".
1span.thought-balloon::before { content: "\1F4AD"; }1<span>💭</span>Thought Balloon symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uD83D\uDCAD' or String.fromCodePoint(0x1F4AD) |
| Python | '\N{THOUGHT BALLOON}' |
| Rust | '\u{1F4AD}' |
| Swift | "\u{1F4AD}" |
| Go | string(rune(0x1F4AD)) |
| Ruby | "\u{1F4AD}" |