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>&#128642;</span>
3. Hexadecimal Code:
<span>&#x1F682;</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: ๐Ÿš‚