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