Upper One Eighth Block

Shortcodes

Copy and paste codes for Upper One Eighth Block symbol ▔ to use in your websites, apps, blogs, and more.

Unicode
U+2594
HTML Code
▔
HEX Code
▔
CSS Code
\2594
JS/JSON
\u2594
Unix/C/PHP/JAVA
0x2594
URL-encode
%E2%96%94
copied

Customize Upper One Eighth Block Symbol

Customize ▔ symbol as you like and download Upper One Eighth Block 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 Upper One Eighth Block symbol in HTML, CSS, and JS?

Insert ▔ Upper One Eighth Block using HTML

1. Copy-paste Upper One Eighth Block directly:
<span>▔</span>
2. HTML Decimal Code:
<span>&#9620;</span>
3. Hexadecimal Code:
<span>&#x2594;</span>
Preview:

Add Upper One Eighth Block symbol with CSS

.upper-one-eighth-block::before {
    content: '\\2594';
}
Preview: Upper One Eighth Block

Upper One Eighth Block JavaScript Code

1. Direct Symbol:
document.querySelector('.upper-one-eighth-block').textContent = '▔';
2. Unicode Escape for ▔:
document.querySelector('.upper-one-eighth-block').textContent = '\u2594';
Preview: