Left Right Wave Arrow

Shortcodes

Copy and paste codes for Left Right Wave Arrow symbol ↭ to use in your websites, apps, blogs, and more.

Unicode
U+21AD
HTML Code
↭
HEX Code
↭
CSS Code
\21AD
JS/JSON
\u21AD
Unix/C/PHP/JAVA
0x21AD
URL-encode
%E2%86%AD
copied

Customize Left Right Wave Arrow Symbol

Customize ↭ symbol as you like and download Left Right Wave Arrow as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
 

How to add Left Right Wave Arrow symbol in HTML, CSS, and JS?

Insert ↭ Left Right Wave Arrow using HTML

1. Copy-paste Left Right Wave Arrow directly:
<span>↭</span>
2. HTML Decimal Code:
<span>&#8621;</span>
3. Hexadecimal Code:
<span>&#x21AD;</span>
Preview:

Add Left Right Wave Arrow symbol with CSS

.left-right-wave-arrow::before {
    content: '\\21AD';
}
Preview: Left Right Wave Arrow

Left Right Wave Arrow JavaScript Code

1. Direct Symbol:
document.querySelector('.left-right-wave-arrow').textContent = '↭';
2. Unicode Escape for ↭:
document.querySelector('.left-right-wave-arrow').textContent = '\u21AD';
Preview: