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