Arrow Pointing Rightwards Then Curving Downwards

Shortcodes

Copy and paste codes for Arrow Pointing Rightwards Then Curving Downwards symbol ⤵ to use in your websites, apps, blogs, and more.

Unicode
U+2935
HTML Code
⤵
HEX Code
⤵
CSS Code
\2935
JS/JSON
\u2935
Unix/C/PHP/JAVA
0x2935
URL-encode
%E2%A4%B5
copied

Customize Arrow Pointing Rightwards Then Curving Downwards Symbol

Customize ⤵ symbol as you like and download Arrow Pointing Rightwards Then Curving Downwards 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 Arrow Pointing Rightwards Then Curving Downwards symbol in HTML, CSS, and JS?

Insert ⤵ Arrow Pointing Rightwards Then Curving Downwards using HTML

1. Copy-paste Arrow Pointing Rightwards Then Curving Downwards directly:
<span>⤵</span>
2. HTML Decimal Code:
<span>&#10549;</span>
3. Hexadecimal Code:
<span>&#x2935;</span>
Preview:

Add Arrow Pointing Rightwards Then Curving Downwards symbol with CSS

.arrow-pointing-rightwards-then-curving-downwards::before {
    content: '\\2935';
}
Preview: Arrow Pointing Rightwards Then Curving Downwards

Arrow Pointing Rightwards Then Curving Downwards JavaScript Code

1. Direct Symbol:
document.querySelector('.arrow-pointing-rightwards-then-curving-downwards').textContent = '⤵';
2. Unicode Escape for ⤵:
document.querySelector('.arrow-pointing-rightwards-then-curving-downwards').textContent = '\u2935';
Preview: