Arrow Pointing Rightwards Then Curving Upwards

Shortcodes

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

Unicode
U+2934
HTML Code
⤴
HEX Code
⤴
CSS Code
\2934
JS/JSON
\u2934
Unix/C/PHP/JAVA
0x2934
URL-encode
%E2%A4%B4
copied

Customize Arrow Pointing Rightwards Then Curving Upwards Symbol

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

Insert ⤴ Arrow Pointing Rightwards Then Curving Upwards using HTML

1. Copy-paste Arrow Pointing Rightwards Then Curving Upwards directly:
<span>⤴</span>
2. HTML Decimal Code:
<span>&#10548;</span>
3. Hexadecimal Code:
<span>&#x2934;</span>
Preview:

Add Arrow Pointing Rightwards Then Curving Upwards symbol with CSS

.arrow-pointing-rightwards-then-curving-upwards::before {
    content: '\\2934';
}
Preview: Arrow Pointing Rightwards Then Curving Upwards

Arrow Pointing Rightwards Then Curving Upwards JavaScript Code

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