Box Drawings Up Light And Left Down Heavy

Shortcodes

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

Unicode
U+252A
HTML Code
┪
HEX Code
┪
CSS Code
\252A
JS/JSON
\u252A
Unix/C/PHP/JAVA
0x252A
URL-encode
%E2%94%AA

Customize Box Drawings Up Light And Left Down Heavy

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

  

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

Insert in HTML

1. Direct symbol:
<span>┪</span>
HTML Code:
<span>&#9514;</span>
HEX Code:
<span>&#x252A;</span>

Add with CSS

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

Set it in JavaScript

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

Related Line Symbols

View all Line Symbols
copied