Box Drawings Left Light And Right Up Heavy

Shortcodes

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

Unicode
U+253A
HTML Code
┺
HEX Code
┺
CSS Code
\253A
JS/JSON
\u253A
Unix/C/PHP/JAVA
0x253A
URL-encode
%E2%94%BA

Customize Box Drawings Left Light And Right Up Heavy

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

  

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

Insert in HTML

1. Direct symbol:
<span>┺</span>
HTML Code:
<span>&#9530;</span>
HEX Code:
<span>&#x253A;</span>

Add with CSS

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

Set it in JavaScript

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

Related Line Symbols

View all Line Symbols
copied