Speaker With Three Sound Waves

๐Ÿ”Š

Shortcodes

Copy useful codes for speaker with three sound waves symbol ๐Ÿ”Š to use in websites, apps, blogs, and docs.

Unicode
U+1F50A
HTML Code
🔊
HEX Code
🔊
CSS Code
\1F50A
JS/JSON
\u1F50A
Unix/C/PHP/JAVA
0x1F50A
URL-encode
%F0%9F%94%8A

Customize Speaker With Three Sound Waves

Customize ๐Ÿ”Š, download it as SVG or PNG, or copy the generated HTML snippet.

๐Ÿ”Š
  

How to use Speaker With Three Sound Waves Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>๐Ÿ”Š</span>
HTML Code:
<span>&#128266;</span>
HEX Code:
<span>&#x1F50A;</span>

Add with CSS

.speaker-with-three-sound-waves::before {
  content: '\\1F50A';
}

Set it in JavaScript

document.querySelector('.speaker-with-three-sound-waves').textContent = '๐Ÿ”Š';
copied