| Symbol Name | Speaker High Volume |
| Unicode Version | 0.6 |
| Unicode | U+1F50A |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \1F50A |
| Hex Code | 0x1F50A |
| HTML Code | 🔊 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | 🔊 |
| URL encode (UTF-8 percent) | %F0%9F%94%8A |
| Discord / Slack shortcode | :loud_sound: |
| GitHub shortcode | :loud_sound: |
| Spoken / screen reader name | Speaker High Volume |
| UTF-8 | F0 9F 94 8A |
| UTF-16 | D83D DD0A |
| UTF-32 | 0001F50A |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}You can type the speaker high volume 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 "speaker high volume".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Objects, or search "speaker high volume".
Emoji keyboard → Objects; search "speaker high volume".
1span.speaker-high-volume::before { content: "\1F50A"; } /* prefer inline grapheme for ZWJ */1<span>🔊</span>Speaker High Volume symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uD83D\uDD0A' or String.fromCodePoint(0x1F50A) |
| Python | '\N{SPEAKER HIGH VOLUME}' |
| Rust | '\u{1F50A}' |
| Swift | "\u{1F50A}" |
| Go | string(rune(0x1F50A)) |
| Ruby | "\u{1F50A}" |