Umbrella On Ground

Shortcodes

Copy and paste codes for Umbrella On Ground symbol ⛱ to use in your websites, apps, blogs, and more.

Unicode
U+26F1
HTML Code
⛱
HEX Code
⛱
CSS Code
\26F1
JS/JSON
\u26F1
Unix/C/PHP/JAVA
0x26F1
URL-encode
%E2%9B%B1
copied

Customize Umbrella On Ground Symbol

Customize ⛱ symbol as you like and download Umbrella On Ground 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 Umbrella On Ground symbol in HTML, CSS, and JS?

Insert ⛱ Umbrella On Ground using HTML

1. Copy-paste Umbrella On Ground directly:
<span>⛱</span>
2. HTML Decimal Code:
<span>&#9969;</span>
3. Hexadecimal Code:
<span>&#x26F1;</span>
Preview:

Add Umbrella On Ground symbol with CSS

.umbrella-on-ground::before {
    content: '\\26F1';
}
Preview: Umbrella On Ground

Umbrella On Ground JavaScript Code

1. Direct Symbol:
document.querySelector('.umbrella-on-ground').textContent = '⛱';
2. Unicode Escape for ⛱:
document.querySelector('.umbrella-on-ground').textContent = '\u26F1';
Preview: