Box Drawings Heavy Vertical And Left

Shortcodes

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

Unicode
U+252B
HTML Code
┫
HEX Code
┫
CSS Code
\252B
JS/JSON
\u252B
Unix/C/PHP/JAVA
0x252B
URL-encode
%E2%94%AB

Customize Box Drawings Heavy Vertical And Left

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

  

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

Insert in HTML

1. Direct symbol:
<span>┫</span>
HTML Code:
<span>&#9515;</span>
HEX Code:
<span>&#x252B;</span>

Add with CSS

.box-drawings-heavy-vertical-and-left::before {
  content: '\\252B';
}

Set it in JavaScript

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

Related Line Symbols

View all Line Symbols
copied