Military Medal
๐
Shortcodes
Copy and paste codes for Military Medal symbol ๐ to use in your websites, apps, blogs, and more.
Unicode
U+1F396
HTML Code
🎖
HEX Code
🎖
CSS Code
\1F396
JS/JSON
\u1F396
Unix/C/PHP/JAVA
0x1F396
URL-encode
%F0%9F%8E%96
copied
Customize Military Medal Symbol
Customize ๐ symbol as you like and download Military Medal 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 Military Medal symbol in HTML, CSS, and JS?
Insert ๐ Military Medal using HTML
1. Copy-paste Military Medal directly:
<span>๐</span>
2. HTML Decimal Code:
<span>🎖</span>
3. Hexadecimal Code:
<span>🎖</span>
Preview: ๐
Add Military Medal symbol with CSS
.military-medal::before {
content: '\\1F396';
}
Preview: Military Medal
Military Medal JavaScript Code
1. Direct Symbol:
document.querySelector('.military-medal').textContent = '๐';
2. Unicode Escape for ๐:
document.querySelector('.military-medal').textContent = '\u1F396';
Preview: ๐