Left One Quarter Block
▎
Shortcodes
Copy useful codes for left one quarter block symbol ▎ to use in websites, apps, blogs, and docs.
Unicode
U+258E HTML Code
▎ HEX Code
▎ CSS Code
\258E JS/JSON
\u258E Unix/C/PHP/JAVA
0x258E URL-encode
%E2%96%8E Customize Left One Quarter Block
Customize ▎, download it as SVG or PNG, or copy the generated HTML snippet.
▎
How to use Left One Quarter 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
.left-one-quarter-block::before {
content: '\\258E';
} Set it in JavaScript
document.querySelector('.left-one-quarter-block').textContent = '▎';