Small Airplane

๐Ÿ›ฉ

Shortcodes

Copy and paste codes for Small Airplane symbol ๐Ÿ›ฉ to use in your websites, apps, blogs, and more.

Unicode
U+1F6E9
HTML Code
🛩
HEX Code
🛩
CSS Code
\1F6E9
JS/JSON
\u1F6E9
Unix/C/PHP/JAVA
0x1F6E9
URL-encode
%F0%9F%9B%A9
copied

Customize Small Airplane Symbol

Customize ๐Ÿ›ฉ symbol as you like and download Small Airplane 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 Small Airplane symbol in HTML, CSS, and JS?

Insert ๐Ÿ›ฉ Small Airplane using HTML

1. Copy-paste Small Airplane directly:
<span>๐Ÿ›ฉ</span>
2. HTML Decimal Code:
<span>&#128745;</span>
3. Hexadecimal Code:
<span>&#x1F6E9;</span>
Preview: ๐Ÿ›ฉ

Add Small Airplane symbol with CSS

.small-airplane::before {
    content: '\\1F6E9';
}
Preview: Small Airplane

Small Airplane JavaScript Code

1. Direct Symbol:
document.querySelector('.small-airplane').textContent = '๐Ÿ›ฉ';
2. Unicode Escape for ๐Ÿ›ฉ:
document.querySelector('.small-airplane').textContent = '\u1F6E9';
Preview: ๐Ÿ›ฉ