Box Drawings Up Heavy And Down Horizontal Light

Shortcodes

Copy useful codes for box drawings up heavy and down horizontal light symbol ╀ to use in websites, apps, blogs, and docs.

Unicode
U+2540
HTML Code
╀
HEX Code
╀
CSS Code
\2540
JS/JSON
\u2540
Unix/C/PHP/JAVA
0x2540
URL-encode
%E2%95%80

Customize Box Drawings Up Heavy And Down Horizontal Light

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

  

How to use Box Drawings Up Heavy And Down Horizontal Light Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>╀</span>
HTML Code:
<span>&#9536;</span>
HEX Code:
<span>&#x2540;</span>

Add with CSS

.box-drawings-up-heavy-and-down-horizontal-light::before {
  content: '\\2540';
}

Set it in JavaScript

document.querySelector('.box-drawings-up-heavy-and-down-horizontal-light').textContent = '╀';

Related Line Symbols

View all Line Symbols
copied