Arrow Pointing Downwards Then Curving Rightwards

Shortcodes

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

Unicode
U+2937
HTML Code
⤷
HEX Code
⤷
CSS Code
\2937
JS/JSON
\u2937
Unix/C/PHP/JAVA
0x2937
URL-encode
%E2%A4%B7
copied

Customize Arrow Pointing Downwards Then Curving Rightwards Symbol

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

Insert ⤷ Arrow Pointing Downwards Then Curving Rightwards using HTML

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

Add Arrow Pointing Downwards Then Curving Rightwards symbol with CSS

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

Arrow Pointing Downwards Then Curving Rightwards JavaScript Code

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