Box Drawings Light Down And Horizontal

Shortcodes

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

Unicode
U+252C
Alt Code
194
HTML Code
┬
HEX Code
┬
CSS Code
\252C
JS/JSON
\u252C
Unix/C/PHP/JAVA
0x252C
URL-encode
%E2%94%AC

Customize Box Drawings Light Down And Horizontal

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

  

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

Insert in HTML

1. Direct symbol:
<span>┬</span>
HTML Code:
<span>&#9516;</span>
HEX Code:
<span>&#x252C;</span>

Add with CSS

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

Set it in JavaScript

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

Related Line Symbols

View all Line Symbols
copied