White Square With Vertical Bisecting Line

Shortcodes

Copy useful codes for white square with vertical bisecting line symbol ◫ to use in websites, apps, blogs, and docs.

Unicode
U+25EB
HTML Code
◫
HEX Code
◫
CSS Code
\0025EB
JS/JSON
\u25EB
Unix/C/PHP/JAVA
0x25EB
URL-encode
%E2%97%AB

Customize White Square With Vertical Bisecting Line

Customize ◫, download it as SVG or PNG, or copy the generated HTML snippet.

  

How to use White Square With Vertical Bisecting Line Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>◫</span>
HTML Code:
<span>&#9707;</span>
HEX Code:
<span>&#x25EB;</span>

Add with CSS

.white-square-with-vertical-bisecting-line::before {
  content: '\\0025EB';
}

Set it in JavaScript

document.querySelector('.white-square-with-vertical-bisecting-line').textContent = '◫';

Related Geometric Shapes Symbols

View all Geometric Shapes Symbols
copied