Box Drawings Down Double And Left Single

Shortcodes

Copy useful codes for box drawings down double and left single symbol ╖ to use in websites, apps, blogs, and docs.

Unicode
U+2556
Alt Code
183
HTML Code
╖
HEX Code
╖
CSS Code
\2556
JS/JSON
\u2556
Unix/C/PHP/JAVA
0x2556
URL-encode
%E2%95%96

Customize Box Drawings Down Double And Left Single

Customize ╖, download it as SVG or PNG, or copy the generated HTML snippet.

  

How to use Box Drawings Down Double And Left Single Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>╖</span>
HTML Code:
<span>&#9558;</span>
HEX Code:
<span>&#x2556;</span>

Add with CSS

.box-drawings-down-double-and-left-single::before {
  content: '\\2556';
}

Set it in JavaScript

document.querySelector('.box-drawings-down-double-and-left-single').textContent = '╖';

Related Line Symbols

View all Line Symbols
copied