Box Drawings Up Single And Right Double

Shortcodes

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

Unicode
U+2558
Alt Code
212
HTML Code
╘
HEX Code
╘
CSS Code
\2558
JS/JSON
\u2558
Unix/C/PHP/JAVA
0x2558
URL-encode
%E2%95%98

Customize Box Drawings Up Single And Right Double

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

  

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

Insert in HTML

1. Direct symbol:
<span>╘</span>
HTML Code:
<span>&#9560;</span>
HEX Code:
<span>&#x2558;</span>

Add with CSS

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

Set it in JavaScript

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

Related Line Symbols

View all Line Symbols
copied