Box Drawings Heavy Left And Light Right

Shortcodes

Copy and paste codes for Box Drawings Heavy Left And Light Right symbol ╾ to use in your websites, apps, blogs, and more.

Unicode
U+257E
HTML Code
╾
HEX Code
╾
CSS Code
\257E
JS/JSON
\u257E
Unix/C/PHP/JAVA
0x257E
URL-encode
%E2%95%BE
copied

Customize Box Drawings Heavy Left And Light Right Symbol

Customize ╾ symbol as you like and download Box Drawings Heavy Left And Light Right as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.

                        
                    

How to add Box Drawings Heavy Left And Light Right symbol in HTML, CSS, and JS?

Insert ╾ Box Drawings Heavy Left And Light Right using HTML

1. Copy-paste Box Drawings Heavy Left And Light Right directly:
<span>╾</span>
2. HTML Decimal Code:
<span>&#9598;</span>
3. Hexadecimal Code:
<span>&#x257E;</span>
Preview:

Add Box Drawings Heavy Left And Light Right symbol with CSS

.box-drawings-heavy-left-and-light-right::before {
    content: '\\257E';
}
Preview: Box Drawings Heavy Left And Light Right

Box Drawings Heavy Left And Light Right JavaScript Code

1. Direct Symbol:
document.querySelector('.box-drawings-heavy-left-and-light-right').textContent = '╾';
2. Unicode Escape for ╾:
document.querySelector('.box-drawings-heavy-left-and-light-right').textContent = '\u257E';
Preview: