Box Drawings Light Up And Horizontal

Shortcodes

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

Unicode
U+2534
Alt Code
193
HTML Code
┴
HEX Code
┴
CSS Code
\2534
JS/JSON
\u2534
Unix/C/PHP/JAVA
0x2534
URL-encode
%E2%94%B4

Customize Box Drawings Light Up And Horizontal

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

  

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

Insert in HTML

1. Direct symbol:
<span>┴</span>
HTML Code:
<span>&#9524;</span>
HEX Code:
<span>&#x2534;</span>

Add with CSS

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

Set it in JavaScript

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

Related Line Symbols

View all Line Symbols
copied