Box Drawings Up Double And Left Single

Shortcodes

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

Unicode
U+255C
HTML Code
╜
HEX Code
╜
CSS Code
\255C
JS/JSON
\u255C
Unix/C/PHP/JAVA
0x255C
URL-encode
%E2%95%9C

Customize Box Drawings Up Double And Left Single

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

  

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

Insert in HTML

1. Direct symbol:
<span>╜</span>
HTML Code:
<span>&#9564;</span>
HEX Code:
<span>&#x255C;</span>

Add with CSS

.box-drawings-up-double-and-left-single::before {
  content: '\\255C';
}

Set it in JavaScript

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

Related Line Symbols

View all Line Symbols
copied