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