Airplane Arriving

๐Ÿ›ฌ

Shortcodes

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

Unicode
U+1F6EC
HTML Code
🛬
HEX Code
🛬
CSS Code
\1F6EC
JS/JSON
\u1F6EC
Unix/C/PHP/JAVA
0x1F6EC
URL-encode
%F0%9F%9B%AC
copied

Customize Airplane Arriving Symbol

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

Insert ๐Ÿ›ฌ Airplane Arriving using HTML

1. Copy-paste Airplane Arriving directly:
<span>๐Ÿ›ฌ</span>
2. HTML Decimal Code:
<span>&#128748;</span>
3. Hexadecimal Code:
<span>&#x1F6EC;</span>
Preview: ๐Ÿ›ฌ

Add Airplane Arriving symbol with CSS

.airplane-arriving::before {
    content: '\\1F6EC';
}
Preview: Airplane Arriving

Airplane Arriving JavaScript Code

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