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