Ambulance

๐Ÿš‘

Shortcodes

Copy and paste codes for Ambulance symbol ๐Ÿš‘ to use in your websites, apps, blogs, and more.

Unicode
U+1F691
HTML Code
🚑
HEX Code
🚑
CSS Code
\1F691
JS/JSON
\u1F691
Unix/C/PHP/JAVA
0x1F691
URL-encode
%F0%9F%9A%91
copied

Customize Ambulance Symbol

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

Insert ๐Ÿš‘ Ambulance using HTML

1. Copy-paste Ambulance directly:
<span>๐Ÿš‘</span>
2. HTML Decimal Code:
<span>&#128657;</span>
3. Hexadecimal Code:
<span>&#x1F691;</span>
Preview: ๐Ÿš‘

Add Ambulance symbol with CSS

.ambulance::before {
    content: '\\1F691';
}
Preview: Ambulance

Ambulance JavaScript Code

1. Direct Symbol:
document.querySelector('.ambulance').textContent = '๐Ÿš‘';
2. Unicode Escape for ๐Ÿš‘:
document.querySelector('.ambulance').textContent = '\u1F691';
Preview: ๐Ÿš‘