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