Trolleybus

๐ŸšŽ

Shortcodes

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

Unicode
U+1F68E
HTML Code
🚎
HEX Code
🚎
CSS Code
\1F68E
JS/JSON
\u1F68E
Unix/C/PHP/JAVA
0x1F68E
URL-encode
%F0%9F%9A%8E
copied

Customize Trolleybus Symbol

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

Insert ๐ŸšŽ Trolleybus using HTML

1. Copy-paste Trolleybus directly:
<span>๐ŸšŽ</span>
2. HTML Decimal Code:
<span>&#128654;</span>
3. Hexadecimal Code:
<span>&#x1F68E;</span>
Preview: ๐ŸšŽ

Add Trolleybus symbol with CSS

.trolleybus::before {
    content: '\\1F68E';
}
Preview: Trolleybus

Trolleybus JavaScript Code

1. Direct Symbol:
document.querySelector('.trolleybus').textContent = '๐ŸšŽ';
2. Unicode Escape for ๐ŸšŽ:
document.querySelector('.trolleybus').textContent = '\u1F68E';
Preview: ๐ŸšŽ