Upwards Triangle-headed Arrow With Double Horizontal Stroke
⭻
Shortcodes
Copy useful codes for upwards triangle-headed arrow with double horizontal stroke symbol ⭻ to use in websites, apps, blogs, and docs.
Unicode
U+2B7B HTML Code
⭻ HEX Code
⭻ CSS Code
\2B7B JS/JSON
\u2B7B Unix/C/PHP/JAVA
0x2B7B URL-encode
%E2%AD%BB Customize Upwards Triangle-headed Arrow With Double Horizontal Stroke
Customize ⭻, download it as SVG or PNG, or copy the generated HTML snippet.
⭻
How to use Upwards Triangle-headed Arrow With Double Horizontal Stroke 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
.upwards-triangle-headed-arrow-with-double-horizontal-stroke::before {
content: '\\2B7B';
} Set it in JavaScript
document.querySelector('.upwards-triangle-headed-arrow-with-double-horizontal-stroke').textContent = '⭻';