Box Drawings Up Single And Left Double

Shortcodes

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

Unicode
U+255B
Alt Code
190
HTML Code
╛
HEX Code
╛
CSS Code
\255B
JS/JSON
\u255B
Unix/C/PHP/JAVA
0x255B
URL-encode
%E2%95%9B

Customize Box Drawings Up Single And Left Double

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

  

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

Insert in HTML

1. Direct symbol:
<span>╛</span>
HTML Code:
<span>&#9563;</span>
HEX Code:
<span>&#x255B;</span>

Add with CSS

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

Set it in JavaScript

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

Related Line Symbols

View all Line Symbols
copied