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