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