Black Vertical Rectangle

Shortcodes

Copy and paste codes for Black Vertical Rectangle symbol ▮ to use in your websites, apps, blogs, and more.

Unicode
U+25AE
HTML Code
▮
HEX Code
▮
CSS Code
\25AE
JS/JSON
\u25AE
Unix/C/PHP/JAVA
0x25AE
URL-encode
%E2%97%AE
copied

Customize Black Vertical Rectangle Symbol

Customize ▮ symbol as you like and download Black Vertical Rectangle 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 Black Vertical Rectangle symbol in HTML, CSS, and JS?

Insert ▮ Black Vertical Rectangle using HTML

1. Copy-paste Black Vertical Rectangle directly:
<span>▮</span>
2. HTML Decimal Code:
<span>&#9646;</span>
3. Hexadecimal Code:
<span>&#x25AE;</span>
Preview:

Add Black Vertical Rectangle symbol with CSS

.black-vertical-rectangle::before {
    content: '\\25AE';
}
Preview: Black Vertical Rectangle

Black Vertical Rectangle JavaScript Code

1. Direct Symbol:
document.querySelector('.black-vertical-rectangle').textContent = '▮';
2. Unicode Escape for ▮:
document.querySelector('.black-vertical-rectangle').textContent = '\u25AE';
Preview: