Up-pointing Military Airplane
๐ฆ
Shortcodes
Copy useful codes for up-pointing military airplane symbol ๐ฆ to use in websites, apps, blogs, and docs.
Unicode
U+1F6E6 HTML Code
🛦 HEX Code
🛦 CSS Code
\1F6E6 JS/JSON
\u1F6E6 Unix/C/PHP/JAVA
0x1F6E6 URL-encode
%F0%9F%9B%A6 Customize Up-pointing Military Airplane
Customize ๐ฆ, download it as SVG or PNG, or copy the generated HTML snippet.
๐ฆ
How to use Up-pointing Military Airplane Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>๐ฆ</span> HTML Code:
<span>🛦</span> HEX Code:
<span>🛦</span> Add with CSS
.up-pointing-military-airplane::before {
content: '\\1F6E6';
} Set it in JavaScript
document.querySelector('.up-pointing-military-airplane').textContent = '๐ฆ';