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