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