Antenna With Bars

๐Ÿ“ถ

Shortcodes

Copy and paste codes for Antenna With Bars symbol ๐Ÿ“ถ to use in your websites, apps, blogs, and more.

Unicode
U+1F4F6
HTML Code
📶
HEX Code
📶
CSS Code
\1F4F6
JS/JSON
\u1F4F6
Unix/C/PHP/JAVA
0x1F4F6
URL-encode
%F0%9F%93%B6
copied

Customize Antenna With Bars Symbol

Customize ๐Ÿ“ถ symbol as you like and download Antenna With Bars as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
๐Ÿ“ถ

                        
                    

How to add Antenna With Bars symbol in HTML, CSS, and JS?

Insert ๐Ÿ“ถ Antenna With Bars using HTML

1. Copy-paste Antenna With Bars directly:
<span>๐Ÿ“ถ</span>
2. HTML Decimal Code:
<span>&#128246;</span>
3. Hexadecimal Code:
<span>&#x1F4F6;</span>
Preview: ๐Ÿ“ถ

Add Antenna With Bars symbol with CSS

.antenna-with-bars::before {
    content: '\\1F4F6';
}
Preview: Antenna With Bars

Antenna With Bars JavaScript Code

1. Direct Symbol:
document.querySelector('.antenna-with-bars').textContent = '๐Ÿ“ถ';
2. Unicode Escape for ๐Ÿ“ถ:
document.querySelector('.antenna-with-bars').textContent = '\u1F4F6';
Preview: ๐Ÿ“ถ