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