South West Double Arrow
⇙
Shortcodes
Copy useful codes for south west double arrow symbol ⇙ to use in websites, apps, blogs, and docs.
Unicode
U+21D9 HTML Code
⇙ HEX Code
⇙ CSS Code
\21D9 JS/JSON
\u21D9 Unix/C/PHP/JAVA
0x21D9 URL-encode
%E2%87%99 Customize South West Double Arrow
Customize ⇙, download it as SVG or PNG, or copy the generated HTML snippet.
⇙
How to use South West Double 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
.south-west-double-arrow::before {
content: '\\21D9';
} Set it in JavaScript
document.querySelector('.south-west-double-arrow').textContent = '⇙';