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>&#128742;</span>
HEX Code:
<span>&#x1F6E6;</span>

Add with CSS

.up-pointing-military-airplane::before {
  content: '\\1F6E6';
}

Set it in JavaScript

document.querySelector('.up-pointing-military-airplane').textContent = '๐Ÿ›ฆ';
copied