Trigram For Heaven

Shortcodes

Copy and paste codes for Trigram For Heaven symbol ☰ to use in your websites, apps, blogs, and more.

Unicode
U+2630
HTML Code
☰
HEX Code
☰
CSS Code
\2630
JS/JSON
\u2630
Unix/C/PHP/JAVA
0x2630
URL-encode
%E2%98%B0
copied

Customize Trigram For Heaven Symbol

Customize ☰ symbol as you like and download Trigram For Heaven 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 Trigram For Heaven symbol in HTML, CSS, and JS?

Insert ☰ Trigram For Heaven using HTML

1. Copy-paste Trigram For Heaven directly:
<span>☰</span>
2. HTML Decimal Code:
<span>&#9776;</span>
3. Hexadecimal Code:
<span>&#x2630;</span>
Preview:

Add Trigram For Heaven symbol with CSS

.trigram-for-heaven::before {
    content: '\\2630';
}
Preview: Trigram For Heaven

Trigram For Heaven JavaScript Code

1. Direct Symbol:
document.querySelector('.trigram-for-heaven').textContent = '☰';
2. Unicode Escape for ☰:
document.querySelector('.trigram-for-heaven').textContent = '\u2630';
Preview: