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