Helmet With White Cross

Shortcodes

Copy and paste codes for Helmet With White Cross symbol ⛑ to use in your websites, apps, blogs, and more.

Unicode
U+26D1
HTML Code
⛑
HEX Code
⛑
CSS Code
\26D1
JS/JSON
\u26D1
Unix/C/PHP/JAVA
0x26D1
URL-encode
%E2%9B%91
copied

Customize Helmet With White Cross Symbol

Customize ⛑ symbol as you like and download Helmet With White Cross 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 Helmet With White Cross symbol in HTML, CSS, and JS?

Insert ⛑ Helmet With White Cross using HTML

1. Copy-paste Helmet With White Cross directly:
<span>⛑</span>
2. HTML Decimal Code:
<span>&#9937;</span>
3. Hexadecimal Code:
<span>&#x26D1;</span>
Preview:

Add Helmet With White Cross symbol with CSS

.helmet-with-white-cross::before {
    content: '\\26D1';
}
Preview: Helmet With White Cross

Helmet With White Cross JavaScript Code

1. Direct Symbol:
document.querySelector('.helmet-with-white-cross').textContent = '⛑';
2. Unicode Escape for ⛑:
document.querySelector('.helmet-with-white-cross').textContent = '\u26D1';
Preview: