Rightwards Double Arrow-tail
⤜
Shortcodes
Copy useful codes for rightwards double arrow-tail symbol ⤜ to use in websites, apps, blogs, and docs.
Unicode
U+291C HTML Code
⤜ HEX Code
⤜ CSS Code
\291C JS/JSON
\u291C Unix/C/PHP/JAVA
0x291C URL-encode
%E2%A4%9C Customize Rightwards Double Arrow-tail
Customize ⤜, download it as SVG or PNG, or copy the generated HTML snippet.
⤜
How to use Rightwards Double Arrow-tail 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-double-arrow-tail::before {
content: '\\291C';
} Set it in JavaScript
document.querySelector('.rightwards-double-arrow-tail').textContent = '⤜';