Aerial Tramway

๐Ÿšก

Shortcodes

Copy and paste codes for Aerial Tramway symbol ๐Ÿšก to use in your websites, apps, blogs, and more.

Unicode
U+1F6A1
HTML Code
🚡
HEX Code
🚡
CSS Code
\1F6A1
JS/JSON
\u1F6A1
Unix/C/PHP/JAVA
0x1F6A1
URL-encode
%F0%9F%9A%A1
copied

Customize Aerial Tramway Symbol

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

Insert ๐Ÿšก Aerial Tramway using HTML

1. Copy-paste Aerial Tramway directly:
<span>๐Ÿšก</span>
2. HTML Decimal Code:
<span>&#128673;</span>
3. Hexadecimal Code:
<span>&#x1F6A1;</span>
Preview: ๐Ÿšก

Add Aerial Tramway symbol with CSS

.aerial-tramway::before {
    content: '\\1F6A1';
}
Preview: Aerial Tramway

Aerial Tramway JavaScript Code

1. Direct Symbol:
document.querySelector('.aerial-tramway').textContent = '๐Ÿšก';
2. Unicode Escape for ๐Ÿšก:
document.querySelector('.aerial-tramway').textContent = '\u1F6A1';
Preview: ๐Ÿšก