Box Drawings Left Heavy And Right Vertical Light

Shortcodes

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

Unicode
U+253D
HTML Code
┽
HEX Code
┽
CSS Code
\253D
JS/JSON
\u253D
Unix/C/PHP/JAVA
0x253D
URL-encode
%E2%94%BD

Customize Box Drawings Left Heavy And Right Vertical Light

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

  

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

Insert in HTML

1. Direct symbol:
<span>┽</span>
HTML Code:
<span>&#9533;</span>
HEX Code:
<span>&#x253D;</span>

Add with CSS

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

Set it in JavaScript

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

Related Line Symbols

View all Line Symbols
copied