High-speed Train

๐Ÿš„

Shortcodes

Copy and paste codes for High-speed Train symbol ๐Ÿš„ to use in your websites, apps, blogs, and more.

Unicode
U+1F684
HTML Code
🚄
HEX Code
🚄
CSS Code
\1F684
JS/JSON
\u1F684
Unix/C/PHP/JAVA
0x1F684
URL-encode
%F0%9F%9A%84
copied

Customize High-speed Train Symbol

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

Insert ๐Ÿš„ High-speed Train using HTML

1. Copy-paste High-speed Train directly:
<span>๐Ÿš„</span>
2. HTML Decimal Code:
<span>&#128644;</span>
3. Hexadecimal Code:
<span>&#x1F684;</span>
Preview: ๐Ÿš„

Add High-speed Train symbol with CSS

.high-speed-train::before {
    content: '\\1F684';
}
Preview: High-speed Train

High-speed Train JavaScript Code

1. Direct Symbol:
document.querySelector('.high-speed-train').textContent = '๐Ÿš„';
2. Unicode Escape for ๐Ÿš„:
document.querySelector('.high-speed-train').textContent = '\u1F684';
Preview: ๐Ÿš„