Box Drawings Down Light And Horizontal Heavy

Shortcodes

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

Unicode
U+252F
HTML Code
┯
HEX Code
┯
CSS Code
\252F
JS/JSON
\u252F
Unix/C/PHP/JAVA
0x252F
URL-encode
%E2%94%AF

Customize Box Drawings Down Light And Horizontal Heavy

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

  

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

Insert in HTML

1. Direct symbol:
<span>┯</span>
HTML Code:
<span>&#9519;</span>
HEX Code:
<span>&#x252F;</span>

Add with CSS

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

Set it in JavaScript

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

Related Line Symbols

View all Line Symbols
copied