Arrow Pointing Downwards Then Curving Leftwards

Shortcodes

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

Unicode
U+2936
HTML Code
⤶
HEX Code
⤶
CSS Code
\2936
JS/JSON
\u2936
Unix/C/PHP/JAVA
0x2936
URL-encode
%E2%A4%B6
copied

Customize Arrow Pointing Downwards Then Curving Leftwards Symbol

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

Insert ⤶ Arrow Pointing Downwards Then Curving Leftwards using HTML

1. Copy-paste Arrow Pointing Downwards Then Curving Leftwards directly:
<span>⤶</span>
2. HTML Decimal Code:
<span>&#10550;</span>
3. Hexadecimal Code:
<span>&#x2936;</span>
Preview:

Add Arrow Pointing Downwards Then Curving Leftwards symbol with CSS

.arrow-pointing-downwards-then-curving-leftwards::before {
    content: '\\2936';
}
Preview: Arrow Pointing Downwards Then Curving Leftwards

Arrow Pointing Downwards Then Curving Leftwards JavaScript Code

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