Oncoming Automobile

๐Ÿš˜

Shortcodes

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

Unicode
U+1F698
HTML Code
🚘
HEX Code
🚘
CSS Code
\1F698
JS/JSON
\u1F698
Unix/C/PHP/JAVA
0x1F698
URL-encode
%F0%9F%9A%98
copied

Customize Oncoming Automobile Symbol

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

Insert ๐Ÿš˜ Oncoming Automobile using HTML

1. Copy-paste Oncoming Automobile directly:
<span>๐Ÿš˜</span>
2. HTML Decimal Code:
<span>&#128664;</span>
3. Hexadecimal Code:
<span>&#x1F698;</span>
Preview: ๐Ÿš˜

Add Oncoming Automobile symbol with CSS

.oncoming-automobile::before {
    content: '\\1F698';
}
Preview: Oncoming Automobile

Oncoming Automobile JavaScript Code

1. Direct Symbol:
document.querySelector('.oncoming-automobile').textContent = '๐Ÿš˜';
2. Unicode Escape for ๐Ÿš˜:
document.querySelector('.oncoming-automobile').textContent = '\u1F698';
Preview: ๐Ÿš˜