Box Drawings Heavy Down
╻
Shortcodes
Copy useful codes for box drawings heavy down symbol ╻ to use in websites, apps, blogs, and docs.
Unicode
U+257B HTML Code
╻ HEX Code
╻ CSS Code
\257B JS/JSON
\u257B Unix/C/PHP/JAVA
0x257B URL-encode
%E2%95%BB Customize Box Drawings Heavy Down
Customize ╻, download it as SVG or PNG, or copy the generated HTML snippet.
╻
How to use Box Drawings Heavy Down 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-heavy-down::before {
content: '\\257B';
} Set it in JavaScript
document.querySelector('.box-drawings-heavy-down').textContent = '╻';