Articulated Lorry

๐Ÿš›

Shortcodes

Copy and paste codes for Articulated Lorry symbol ๐Ÿš› to use in your websites, apps, blogs, and more.

Unicode
U+1F69B
HTML Code
🚛
HEX Code
🚛
CSS Code
\1F69B
JS/JSON
\u1F69B
Unix/C/PHP/JAVA
0x1F69B
URL-encode
%F0%9F%9A%9B
copied

Customize Articulated Lorry Symbol

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

Insert ๐Ÿš› Articulated Lorry using HTML

1. Copy-paste Articulated Lorry directly:
<span>๐Ÿš›</span>
2. HTML Decimal Code:
<span>&#128667;</span>
3. Hexadecimal Code:
<span>&#x1F69B;</span>
Preview: ๐Ÿš›

Add Articulated Lorry symbol with CSS

.articulated-lorry::before {
    content: '\\1F69B';
}
Preview: Articulated Lorry

Articulated Lorry JavaScript Code

1. Direct Symbol:
document.querySelector('.articulated-lorry').textContent = '๐Ÿš›';
2. Unicode Escape for ๐Ÿš›:
document.querySelector('.articulated-lorry').textContent = '\u1F69B';
Preview: ๐Ÿš›