Lower Three Quarters Block
▆
Shortcodes
Copy useful codes for lower three quarters block symbol ▆ to use in websites, apps, blogs, and docs.
Unicode
U+2586 HTML Code
▆ HEX Code
▆ CSS Code
\2586 JS/JSON
\u2586 Unix/C/PHP/JAVA
0x2586 URL-encode
%E2%96%86 Customize Lower Three Quarters Block
Customize ▆, download it as SVG or PNG, or copy the generated HTML snippet.
▆
How to use Lower Three Quarters Block Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>▆</span> HTML Code:
<span>▆</span> HEX Code:
<span>▆</span> Add with CSS
.lower-three-quarters-block::before {
content: '\\2586';
} Set it in JavaScript
document.querySelector('.lower-three-quarters-block').textContent = '▆';