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