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