| Nome del simbolo | Speech Balloon |
| Versione Unicode | 0.6 |
| Unicode | U+1F4AC |
| Blocco Unicode | |
| Categoria generale | Emoji (So) |
| Codice CSS | \1F4AC |
| Codice esadecimale | 0x1F4AC |
| Codice HTML | 💬 |
| LaTeX | LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent) |
| Simbolo | 💬 |
| Codifica URL (percentuale UTF-8) | %F0%9F%92%AC |
| Shortcode Discord / Slack | :speech_balloon: |
| Shortcode GitHub | :speech_balloon: |
| Nome parlato / screen reader | Speech Balloon |
| UTF-8 | F0 9F 92 AC |
| UTF-16 | D83D DCAC |
| UTF-32 | 0001F4AC |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent)4\end{document}Puoi digitare il simbolo speech balloon sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Windows: Win + . (emoji panel); macOS: Ctrl + Cmd + Space; mobile: emoji keyboard Smileys.
Edit → Emoji & Symbols, search "speech balloon".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Smileys & Emotion, or search "speech balloon".
Emoji keyboard → Smileys; search "speech balloon".
1span.speech-balloon::before { content: "\1F4AC"; }1<span>💬</span>La rappresentazione del simbolo Speech Balloon nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uD83D\uDCAC' or String.fromCodePoint(0x1F4AC) |
| Python | '\N{SPEECH BALLOON}' |
| Rust | '\u{1F4AC}' |
| Swift | "\u{1F4AC}" |
| Go | string(rune(0x1F4AC)) |
| Ruby | "\u{1F4AC}" |