Delivery Truck

๐Ÿšš

Shortcodes

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

Unicode
U+1F69A
HTML Code
🚚
HEX Code
🚚
CSS Code
\1F69A
JS/JSON
\u1F69A
Unix/C/PHP/JAVA
0x1F69A
URL-encode
%F0%9F%9A%9A
copied

Customize Delivery Truck Symbol

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

Insert ๐Ÿšš Delivery Truck using HTML

1. Copy-paste Delivery Truck directly:
<span>๐Ÿšš</span>
2. HTML Decimal Code:
<span>&#128666;</span>
3. Hexadecimal Code:
<span>&#x1F69A;</span>
Preview: ๐Ÿšš

Add Delivery Truck symbol with CSS

.delivery-truck::before {
    content: '\\1F69A';
}
Preview: Delivery Truck

Delivery Truck JavaScript Code

1. Direct Symbol:
document.querySelector('.delivery-truck').textContent = '๐Ÿšš';
2. Unicode Escape for ๐Ÿšš:
document.querySelector('.delivery-truck').textContent = '\u1F69A';
Preview: ๐Ÿšš