Fire Extinguisher

🧯

Shortcodes

Copy and paste codes for Fire Extinguisher symbol 🧯 to use in your websites, apps, blogs, and more.

Unicode
U+1F9EF
HTML Code
🧯
HEX Code
🧯
CSS Code
\1F9EF
JS/JSON
\u1F9EF
Unix/C/PHP/JAVA
0x1F9EF
URL-encode
%F0%9F%A7%AF
copied

Customize Fire Extinguisher Symbol

Customize 🧯 symbol as you like and download Fire Extinguisher 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 Fire Extinguisher symbol in HTML, CSS, and JS?

Insert 🧯 Fire Extinguisher using HTML

1. Copy-paste Fire Extinguisher directly:
<span>🧯</span>
2. HTML Decimal Code:
<span>&#129519;</span>
3. Hexadecimal Code:
<span>&#x1F9EF;</span>
Preview: 🧯

Add Fire Extinguisher symbol with CSS

.fire-extinguisher::before {
    content: '\\1F9EF';
}
Preview: Fire Extinguisher

Fire Extinguisher JavaScript Code

1. Direct Symbol:
document.querySelector('.fire-extinguisher').textContent = '🧯';
2. Unicode Escape for 🧯:
document.querySelector('.fire-extinguisher').textContent = '\u1F9EF';
Preview: 🧯