Box Drawings Double Up And Left

Shortcodes

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

Unicode
U+255D
Alt Code
188
HTML Code
╝
HEX Code
╝
CSS Code
\255D
JS/JSON
\u255D
Unix/C/PHP/JAVA
0x255D
URL-encode
%E2%95%9D

Customize Box Drawings Double Up And Left

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

  

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

Insert in HTML

1. Direct symbol:
<span>╝</span>
HTML Code:
<span>&#9565;</span>
HEX Code:
<span>&#x255D;</span>

Add with CSS

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

Set it in JavaScript

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

Related Line Symbols

View all Line Symbols
copied