Upwards Two-headed Arrow From Small Circle

Shortcodes

Copy and paste codes for Upwards Two-headed Arrow From Small Circle symbol ⥉ to use in your websites, apps, blogs, and more.

Unicode
U+2949
HTML Code
⥉
HEX Code
⥉
CSS Code
\2949
JS/JSON
\u2949
Unix/C/PHP/JAVA
0x2949
URL-encode
%E2%A5%89
copied

Customize Upwards Two-headed Arrow From Small Circle Symbol

Customize ⥉ symbol as you like and download Upwards Two-headed Arrow From Small Circle 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 Upwards Two-headed Arrow From Small Circle symbol in HTML, CSS, and JS?

Insert ⥉ Upwards Two-headed Arrow From Small Circle using HTML

1. Copy-paste Upwards Two-headed Arrow From Small Circle directly:
<span>⥉</span>
2. HTML Decimal Code:
<span>&#10569;</span>
3. Hexadecimal Code:
<span>&#x2949;</span>
Preview:

Add Upwards Two-headed Arrow From Small Circle symbol with CSS

.upwards-two-headed-arrow-from-small-circle::before {
    content: '\\2949';
}
Preview: Upwards Two-headed Arrow From Small Circle

Upwards Two-headed Arrow From Small Circle JavaScript Code

1. Direct Symbol:
document.querySelector('.upwards-two-headed-arrow-from-small-circle').textContent = '⥉';
2. Unicode Escape for ⥉:
document.querySelector('.upwards-two-headed-arrow-from-small-circle').textContent = '\u2949';
Preview: