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