Box Drawings Double Vertical

Shortcodes

Copy useful codes for box drawings double vertical symbol ║ to use in websites, apps, blogs, and docs.

Unicode
U+2551
Alt Code
186
HTML Code
║
HEX Code
║
CSS Code
\2551
JS/JSON
\u2551
Unix/C/PHP/JAVA
0x2551
URL-encode
%E2%95%91

Customize Box Drawings Double Vertical

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

  

How to use Box Drawings Double Vertical Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>║</span>
HTML Code:
<span>&#9553;</span>
HEX Code:
<span>&#x2551;</span>

Add with CSS

.box-drawings-double-vertical::before {
  content: '\\2551';
}

Set it in JavaScript

document.querySelector('.box-drawings-double-vertical').textContent = '║';

Related Line Symbols

View all Line Symbols
copied