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