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