Fire Engine

๐Ÿš’

Shortcodes

Copy and paste codes for Fire Engine symbol ๐Ÿš’ to use in your websites, apps, blogs, and more.

Unicode
U+1F692
HTML Code
🚒
HEX Code
🚒
CSS Code
\1F692
JS/JSON
\u1F692
Unix/C/PHP/JAVA
0x1F692
URL-encode
%F0%9F%9A%92
copied

Customize Fire Engine Symbol

Customize ๐Ÿš’ symbol as you like and download Fire Engine 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 Engine symbol in HTML, CSS, and JS?

Insert ๐Ÿš’ Fire Engine using HTML

1. Copy-paste Fire Engine directly:
<span>๐Ÿš’</span>
2. HTML Decimal Code:
<span>&#128658;</span>
3. Hexadecimal Code:
<span>&#x1F692;</span>
Preview: ๐Ÿš’

Add Fire Engine symbol with CSS

.fire-engine::before {
    content: '\\1F692';
}
Preview: Fire Engine

Fire Engine JavaScript Code

1. Direct Symbol:
document.querySelector('.fire-engine').textContent = '๐Ÿš’';
2. Unicode Escape for ๐Ÿš’:
document.querySelector('.fire-engine').textContent = '\u1F692';
Preview: ๐Ÿš’