White Square With Vertical Bisecting Line
◫
Shortcodes
Copy and paste codes for White Square With Vertical Bisecting Line symbol ◫ to use in your websites, apps, blogs, and more.
Unicode
U+25EB
HTML Code
◫
HEX Code
◫
CSS Code
\0025EB
JS/JSON
\u25EB
Unix/C/PHP/JAVA
0x25EB
URL-encode
%E2%97%AB
copied
Customize White Square With Vertical Bisecting Line Symbol
Customize ◫ symbol as you like and download White Square With Vertical Bisecting Line 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 White Square With Vertical Bisecting Line symbol in HTML, CSS, and JS?
Insert ◫ White Square With Vertical Bisecting Line using HTML
1. Copy-paste White Square With Vertical Bisecting Line directly:
<span>◫</span>
2. HTML Decimal Code:
<span>◫</span>
3. Hexadecimal Code:
<span>◫</span>
Preview: ◫
Add White Square With Vertical Bisecting Line symbol with CSS
.white-square-with-vertical-bisecting-line::before {
content: '\\0025EB';
}
Preview: White Square With Vertical Bisecting Line
White Square With Vertical Bisecting Line JavaScript Code
1. Direct Symbol:
document.querySelector('.white-square-with-vertical-bisecting-line').textContent = '◫';
2. Unicode Escape for ◫:
document.querySelector('.white-square-with-vertical-bisecting-line').textContent = '\u25EB';
Preview: ◫