Black Small Square
▪
Shortcodes
Copy useful codes for black small square symbol ▪ to use in websites, apps, blogs, and docs.
Unicode
U+25AA HTML Code
▪ HEX Code
▪ CSS Code
\25AA JS/JSON
\u25AA Unix/C/PHP/JAVA
0x25AA URL-encode
%E2%96%AA Customize Black Small Square
Customize ▪, download it as SVG or PNG, or copy the generated HTML snippet.
▪
How to use Black Small Square 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
.black-small-square::before {
content: '\\25AA';
} Set it in JavaScript
document.querySelector('.black-small-square').textContent = '▪';