Tram Car

๐Ÿš‹

Shortcodes

Copy and paste codes for Tram Car symbol ๐Ÿš‹ to use in your websites, apps, blogs, and more.

Unicode
U+1F68B
HTML Code
🚋
HEX Code
🚋
CSS Code
\1F68B
JS/JSON
\u1F68B
Unix/C/PHP/JAVA
0x1F68B
URL-encode
%F0%9F%9A%8B
copied

Customize Tram Car Symbol

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

Insert ๐Ÿš‹ Tram Car using HTML

1. Copy-paste Tram Car directly:
<span>๐Ÿš‹</span>
2. HTML Decimal Code:
<span>&#128651;</span>
3. Hexadecimal Code:
<span>&#x1F68B;</span>
Preview: ๐Ÿš‹

Add Tram Car symbol with CSS

.tram-car::before {
    content: '\\1F68B';
}
Preview: Tram Car

Tram Car JavaScript Code

1. Direct Symbol:
document.querySelector('.tram-car').textContent = '๐Ÿš‹';
2. Unicode Escape for ๐Ÿš‹:
document.querySelector('.tram-car').textContent = '\u1F68B';
Preview: ๐Ÿš‹