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