Box Drawings Up Double And Right Single

Shortcodes

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

Unicode
U+2559
Alt Code
211
HTML Code
╙
HEX Code
╙
CSS Code
\2559
JS/JSON
\u2559
Unix/C/PHP/JAVA
0x2559
URL-encode
%E2%95%99

Customize Box Drawings Up Double And Right Single

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

  

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

Insert in HTML

1. Direct symbol:
<span>╙</span>
HTML Code:
<span>&#9561;</span>
HEX Code:
<span>&#x2559;</span>

Add with CSS

.box-drawings-up-double-and-right-single::before {
  content: '\\2559';
}

Set it in JavaScript

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

Related Line Symbols

View all Line Symbols
copied