Box Drawings Heavy Up And Horizontal
┻
Shortcodes
Copy useful codes for box drawings heavy up and horizontal symbol ┻ to use in websites, apps, blogs, and docs.
Unicode
U+253B HTML Code
┻ HEX Code
┻ CSS Code
\253B JS/JSON
\u253B Unix/C/PHP/JAVA
0x253B URL-encode
%E2%94%BB Customize Box Drawings Heavy Up And Horizontal
Customize ┻, download it as SVG or PNG, or copy the generated HTML snippet.
┻
How to use Box Drawings Heavy Up And Horizontal Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>┻</span> HTML Code:
<span>┻</span> HEX Code:
<span>┻</span> Add with CSS
.box-drawings-heavy-up-and-horizontal::before {
content: '\\253B';
} Set it in JavaScript
document.querySelector('.box-drawings-heavy-up-and-horizontal').textContent = '┻';