Minibus

๐Ÿš

Shortcodes

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

Unicode
U+1F690
HTML Code
🚐
HEX Code
🚐
CSS Code
\1F690
JS/JSON
\u1F690
Unix/C/PHP/JAVA
0x1F690
URL-encode
%F0%9F%9A%90
copied

Customize Minibus Symbol

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

Insert ๐Ÿš Minibus using HTML

1. Copy-paste Minibus directly:
<span>๐Ÿš</span>
2. HTML Decimal Code:
<span>&#128656;</span>
3. Hexadecimal Code:
<span>&#x1F690;</span>
Preview: ๐Ÿš

Add Minibus symbol with CSS

.minibus::before {
    content: '\\1F690';
}
Preview: Minibus

Minibus JavaScript Code

1. Direct Symbol:
document.querySelector('.minibus').textContent = '๐Ÿš';
2. Unicode Escape for ๐Ÿš:
document.querySelector('.minibus').textContent = '\u1F690';
Preview: ๐Ÿš