Square With Orthogonal Crosshatch Fill
▦
Shortcodes
Copy useful codes for square with orthogonal crosshatch fill symbol ▦ to use in websites, apps, blogs, and docs.
Unicode
U+25A6 HTML Code
▦ HEX Code
▦ CSS Code
\25A6 JS/JSON
\u25A6 Unix/C/PHP/JAVA
0x25A6 URL-encode
%E2%97%A6 Customize Square With Orthogonal Crosshatch Fill
Customize ▦, download it as SVG or PNG, or copy the generated HTML snippet.
▦
How to use Square With Orthogonal Crosshatch Fill 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
.square-with-orthogonal-crosshatch-fill::before {
content: '\\25A6';
} Set it in JavaScript
document.querySelector('.square-with-orthogonal-crosshatch-fill').textContent = '▦';