Wave Arrow Pointing Directly Right

Shortcodes

Copy and paste codes for Wave Arrow Pointing Directly Right symbol ⤳ to use in your websites, apps, blogs, and more.

Unicode
U+2933
HTML Code
⤳
HEX Code
⤳
CSS Code
\2933
JS/JSON
\u2933
Unix/C/PHP/JAVA
0x2933
URL-encode
%E2%A4%B3
copied

Customize Wave Arrow Pointing Directly Right Symbol

Customize ⤳ symbol as you like and download Wave Arrow Pointing Directly Right 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 Wave Arrow Pointing Directly Right symbol in HTML, CSS, and JS?

Insert ⤳ Wave Arrow Pointing Directly Right using HTML

1. Copy-paste Wave Arrow Pointing Directly Right directly:
<span>⤳</span>
2. HTML Decimal Code:
<span>&#10547;</span>
3. Hexadecimal Code:
<span>&#x2933;</span>
Preview:

Add Wave Arrow Pointing Directly Right symbol with CSS

.wave-arrow-pointing-directly-right::before {
    content: '\\2933';
}
Preview: Wave Arrow Pointing Directly Right

Wave Arrow Pointing Directly Right JavaScript Code

1. Direct Symbol:
document.querySelector('.wave-arrow-pointing-directly-right').textContent = '⤳';
2. Unicode Escape for ⤳:
document.querySelector('.wave-arrow-pointing-directly-right').textContent = '\u2933';
Preview: