Oncoming Bus

๐Ÿš

Shortcodes

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

Unicode
U+1F68D
HTML Code
🚍
HEX Code
🚍
CSS Code
\1F68D
JS/JSON
\u1F68D
Unix/C/PHP/JAVA
0x1F68D
URL-encode
%F0%9F%9A%8D
copied

Customize Oncoming Bus Symbol

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

Insert ๐Ÿš Oncoming Bus using HTML

1. Copy-paste Oncoming Bus directly:
<span>๐Ÿš</span>
2. HTML Decimal Code:
<span>&#128653;</span>
3. Hexadecimal Code:
<span>&#x1F68D;</span>
Preview: ๐Ÿš

Add Oncoming Bus symbol with CSS

.oncoming-bus::before {
    content: '\\1F68D';
}
Preview: Oncoming Bus

Oncoming Bus JavaScript Code

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