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