| Symbol Name | Radio |
| Unicode Version | 0.6 |
| Unicode | U+1F4FB |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \1F4FB |
| Hex Code | 0x1F4FB |
| HTML Code | 📻 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | 📻 |
| URL encode (UTF-8 percent) | %F0%9F%93%BB |
| Discord / Slack shortcode | :radio: |
| GitHub shortcode | :radio: |
| Spoken / screen reader name | Radio |
| UTF-8 | F0 9F 93 BB |
| UTF-16 | D83D DCFB |
| UTF-32 | 0001F4FB |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}You can type the radio symbol on most modern devices with the help of following methods:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Objects & Tech in emoji keyboard.
Edit → Emoji & Symbols, search "radio".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Objects, or search "radio".
Emoji keyboard → Objects; search "radio".
1span.radio::before { content: "\1F4FB"; } /* prefer inline grapheme for ZWJ */1<span>📻</span>Radio symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uD83D\uDCFB' or String.fromCodePoint(0x1F4FB) |
| Python | '\N{RADIO}' |
| Rust | '\u{1F4FB}' |
| Swift | "\u{1F4FB}" |
| Go | string(rune(0x1F4FB)) |
| Ruby | "\u{1F4FB}" |