Box Drawings Left Light And Right Down Heavy
┲
Shortcodes
Copy useful codes for box drawings left light and right down heavy symbol ┲ to use in websites, apps, blogs, and docs.
Unicode
U+2532 HTML Code
┲ HEX Code
┲ CSS Code
\2532 JS/JSON
\u2532 Unix/C/PHP/JAVA
0x2532 URL-encode
%E2%94%B2 Customize Box Drawings Left Light And Right Down Heavy
Customize ┲, download it as SVG or PNG, or copy the generated HTML snippet.
┲
How to use Box Drawings Left Light And Right Down Heavy 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-left-light-and-right-down-heavy::before {
content: '\\2532';
} Set it in JavaScript
document.querySelector('.box-drawings-left-light-and-right-down-heavy').textContent = '┲';