Left Three Eighths Block

Shortcodes

Copy and paste codes for Left Three Eighths Block symbol ▍ to use in your websites, apps, blogs, and more.

Unicode
U+258D
HTML Code
▍
HEX Code
▍
CSS Code
\258D
JS/JSON
\u258D
Unix/C/PHP/JAVA
0x258D
URL-encode
%E2%96%8D
copied

Customize Left Three Eighths Block Symbol

Customize ▍ symbol as you like and download Left Three Eighths 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 Left Three Eighths Block symbol in HTML, CSS, and JS?

Insert ▍ Left Three Eighths Block using HTML

1. Copy-paste Left Three Eighths Block directly:
<span>▍</span>
2. HTML Decimal Code:
<span>&#9613;</span>
3. Hexadecimal Code:
<span>&#x258D;</span>
Preview:

Add Left Three Eighths Block symbol with CSS

.left-three-eighths-block::before {
    content: '\\258D';
}
Preview: Left Three Eighths Block

Left Three Eighths Block JavaScript Code

1. Direct Symbol:
document.querySelector('.left-three-eighths-block').textContent = '▍';
2. Unicode Escape for ▍:
document.querySelector('.left-three-eighths-block').textContent = '\u258D';
Preview: