Box Drawings Down Single And Right Double

Shortcodes

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

Unicode
U+2552
Alt Code
213
HTML Code
╒
HEX Code
╒
CSS Code
\2552
JS/JSON
\u2552
Unix/C/PHP/JAVA
0x2552
URL-encode
%E2%95%92

Customize Box Drawings Down Single And Right Double

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

  

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

Insert in HTML

1. Direct symbol:
<span>╒</span>
HTML Code:
<span>&#9554;</span>
HEX Code:
<span>&#x2552;</span>

Add with CSS

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

Set it in JavaScript

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

Related Line Symbols

View all Line Symbols
copied