Box Drawings Right Up Heavy And Left Down Light

Shortcodes

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

Unicode
U+2544
HTML Code
╄
HEX Code
╄
CSS Code
\2544
JS/JSON
\u2544
Unix/C/PHP/JAVA
0x2544
URL-encode
%E2%95%84

Customize Box Drawings Right Up Heavy And Left Down Light

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

  

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

Insert in HTML

1. Direct symbol:
<span>╄</span>
HTML Code:
<span>&#9540;</span>
HEX Code:
<span>&#x2544;</span>

Add with CSS

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

Set it in JavaScript

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

Related Line Symbols

View all Line Symbols
copied