Box Drawings Vertical Single And Right Double

Shortcodes

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

Unicode
U+255E
Alt Code
198
HTML Code
╞
HEX Code
╞
CSS Code
\255E
JS/JSON
\u255E
Unix/C/PHP/JAVA
0x255E
URL-encode
%E2%95%9E

Customize Box Drawings Vertical Single And Right Double

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

  

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

Insert in HTML

1. Direct symbol:
<span>╞</span>
HTML Code:
<span>&#9566;</span>
HEX Code:
<span>&#x255E;</span>

Add with CSS

.box-drawings-vertical-single-and-right-double::before {
  content: '\\255E';
}

Set it in JavaScript

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

Related Line Symbols

View all Line Symbols
copied