Steam Locomotive
๐
Shortcodes
Copy and paste codes for Steam Locomotive symbol ๐ to use in your websites, apps, blogs, and more.
Unicode
U+1F682
HTML Code
🚂
HEX Code
🚂
CSS Code
\1F682
JS/JSON
\u1F682
Unix/C/PHP/JAVA
0x1F682
URL-encode
%F0%9F%9A%82
copied
Customize Steam Locomotive Symbol
Customize ๐ symbol as you like and download Steam Locomotive 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 Steam Locomotive symbol in HTML, CSS, and JS?
Insert ๐ Steam Locomotive using HTML
1. Copy-paste Steam Locomotive directly:
<span>๐</span>
2. HTML Decimal Code:
<span>🚂</span>
3. Hexadecimal Code:
<span>🚂</span>
Preview:
๐
Add Steam Locomotive symbol with CSS
.steam-locomotive::before {
content: '\\1F682';
}
Preview: Steam Locomotive
Steam Locomotive JavaScript Code
1. Direct Symbol:
document.querySelector('.steam-locomotive').textContent = '๐';
2. Unicode Escape for ๐:
document.querySelector('.steam-locomotive').textContent = '\u1F682';
Preview: ๐