Box Drawings Down Heavy And Up Horizontal Light

Shortcodes

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

Unicode
U+2541
HTML Code
╁
HEX Code
╁
CSS Code
\2541
JS/JSON
\u2541
Unix/C/PHP/JAVA
0x2541
URL-encode
%E2%95%81

Customize Box Drawings Down Heavy And Up Horizontal Light

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

  

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

Insert in HTML

1. Direct symbol:
<span>╁</span>
HTML Code:
<span>&#9537;</span>
HEX Code:
<span>&#x2541;</span>

Add with CSS

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

Set it in JavaScript

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

Related Line Symbols

View all Line Symbols
copied