Automobile

๐Ÿš—

Shortcodes

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

Unicode
U+1F697
HTML Code
🚗
HEX Code
🚗
CSS Code
\1F697
JS/JSON
\u1F697
Unix/C/PHP/JAVA
0x1F697
URL-encode
%F0%9F%9A%97
copied

Customize Automobile Symbol

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

Insert ๐Ÿš— Automobile using HTML

1. Copy-paste Automobile directly:
<span>๐Ÿš—</span>
2. HTML Decimal Code:
<span>&#128663;</span>
3. Hexadecimal Code:
<span>&#x1F697;</span>
Preview: ๐Ÿš—

Add Automobile symbol with CSS

.automobile::before {
    content: '\\1F697';
}
Preview: Automobile

Automobile JavaScript Code

1. Direct Symbol:
document.querySelector('.automobile').textContent = '๐Ÿš—';
2. Unicode Escape for ๐Ÿš—:
document.querySelector('.automobile').textContent = '\u1F697';
Preview: ๐Ÿš—