Station

๐Ÿš‰

Shortcodes

Copy and paste codes for Station symbol ๐Ÿš‰ to use in your websites, apps, blogs, and more.

Unicode
U+1F689
HTML Code
🚉
HEX Code
🚉
CSS Code
\1F689
JS/JSON
\u1F689
Unix/C/PHP/JAVA
0x1F689
URL-encode
%F0%9F%9A%89
copied

Customize Station Symbol

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

Insert ๐Ÿš‰ Station using HTML

1. Copy-paste Station directly:
<span>๐Ÿš‰</span>
2. HTML Decimal Code:
<span>&#128649;</span>
3. Hexadecimal Code:
<span>&#x1F689;</span>
Preview: ๐Ÿš‰

Add Station symbol with CSS

.station::before {
    content: '\\1F689';
}
Preview: Station

Station JavaScript Code

1. Direct Symbol:
document.querySelector('.station').textContent = '๐Ÿš‰';
2. Unicode Escape for ๐Ÿš‰:
document.querySelector('.station').textContent = '\u1F689';
Preview: ๐Ÿš‰