Box Drawings Right Down Heavy And Left Up Light

Shortcodes

Copy useful codes for box drawings right down heavy and left up light symbol ╆ to use in websites, apps, blogs, and docs.

Unicode
U+2546
HTML Code
╆
HEX Code
╆
CSS Code
\2546
JS/JSON
\u2546
Unix/C/PHP/JAVA
0x2546
URL-encode
%E2%95%86

Customize Box Drawings Right Down Heavy And Left Up Light

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

  

How to use Box Drawings Right Down Heavy And Left Up Light Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>╆</span>
HTML Code:
<span>&#9542;</span>
HEX Code:
<span>&#x2546;</span>

Add with CSS

.box-drawings-right-down-heavy-and-left-up-light::before {
  content: '\\2546';
}

Set it in JavaScript

document.querySelector('.box-drawings-right-down-heavy-and-left-up-light').textContent = '╆';

Related Line Symbols

View all Line Symbols
copied