Leftwards Triple Dash Arrow
⤎
Shortcodes
Copy useful codes for leftwards triple dash arrow symbol ⤎ to use in websites, apps, blogs, and docs.
Unicode
U+290E HTML Code
⤎ HEX Code
⤎ CSS Code
\290E JS/JSON
\u290E Unix/C/PHP/JAVA
0x290E URL-encode
%E2%A4%8E Customize Leftwards Triple Dash Arrow
Customize ⤎, download it as SVG or PNG, or copy the generated HTML snippet.
⤎
How to use Leftwards Triple Dash 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
.leftwards-triple-dash-arrow::before {
content: '\\290E';
} Set it in JavaScript
document.querySelector('.leftwards-triple-dash-arrow').textContent = '⤎';