Box Drawings Left Light And Right Vertical Heavy

Shortcodes

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

Unicode
U+254A
HTML Code
╊
HEX Code
╊
CSS Code
\254A
JS/JSON
\u254A
Unix/C/PHP/JAVA
0x254A
URL-encode
%E2%95%8A

Customize Box Drawings Left Light And Right Vertical Heavy

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

  

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

Insert in HTML

1. Direct symbol:
<span>╊</span>
HTML Code:
<span>&#9546;</span>
HEX Code:
<span>&#x254A;</span>

Add with CSS

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

Set it in JavaScript

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

Related Line Symbols

View all Line Symbols
copied