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