Box Drawings Right Heavy And Left Vertical Light

Shortcodes

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

Unicode
U+253E
HTML Code
┾
HEX Code
┾
CSS Code
\253E
JS/JSON
\u253E
Unix/C/PHP/JAVA
0x253E
URL-encode
%E2%94%BE

Customize Box Drawings Right Heavy And Left Vertical Light

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

  

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

Insert in HTML

1. Direct symbol:
<span>┾</span>
HTML Code:
<span>&#9534;</span>
HEX Code:
<span>&#x253E;</span>

Add with CSS

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

Set it in JavaScript

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

Related Line Symbols

View all Line Symbols
copied