Leftwards Paired Arrows
⇇
Shortcodes
Copy useful codes for leftwards paired arrows symbol ⇇ to use in websites, apps, blogs, and docs.
Unicode
U+21C7 HTML Code
⇇ HEX Code
⇇ CSS Code
\21C7 JS/JSON
\u21C7 Unix/C/PHP/JAVA
0x21C7 URL-encode
%E2%87%87 Customize Leftwards Paired Arrows
Customize ⇇, download it as SVG or PNG, or copy the generated HTML snippet.
⇇
How to use Leftwards Paired Arrows 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
.leftwards-paired-arrows::before {
content: '\\21C7';
} Set it in JavaScript
document.querySelector('.leftwards-paired-arrows').textContent = '⇇';