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