Box Drawings Double Vertical And Left
╣
Shortcodes
Copy useful codes for box drawings double vertical and left symbol ╣ to use in websites, apps, blogs, and docs.
Unicode
U+2563 Alt Code
185 HTML Code
╣ HEX Code
╣ CSS Code
\2563 JS/JSON
\u2563 Unix/C/PHP/JAVA
0x2563 URL-encode
%E2%95%A3 Customize Box Drawings Double Vertical And Left
Customize ╣, download it as SVG or PNG, or copy the generated HTML snippet.
╣
How to use Box Drawings Double Vertical And Left 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
.box-drawings-double-vertical-and-left::before {
content: '\\2563';
} Set it in JavaScript
document.querySelector('.box-drawings-double-vertical-and-left').textContent = '╣';