Box Drawings Right Light And Left Down Heavy

Shortcodes

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

Unicode
U+2531
HTML Code
┱
HEX Code
┱
CSS Code
\2531
JS/JSON
\u2531
Unix/C/PHP/JAVA
0x2531
URL-encode
%E2%94%B1

Customize Box Drawings Right Light And Left Down Heavy

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

  

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

Insert in HTML

1. Direct symbol:
<span>┱</span>
HTML Code:
<span>&#9521;</span>
HEX Code:
<span>&#x2531;</span>

Add with CSS

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

Set it in JavaScript

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

Related Line Symbols

View all Line Symbols
copied