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