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>🚄</span>
3. Hexadecimal Code:
<span>🚄</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: ๐