Upwards Ancora

Shortcodes

Copy and paste codes for Upwards Ancora symbol ⸕ to use in your websites, apps, blogs, and more.

Unicode
U+2E15
HTML Code
⸕
HEX Code
⸕
CSS Code
\2E15
JS/JSON
\u2E15
Unix/C/PHP/JAVA
0x2E15
URL-encode
%E2%B8%95
copied

Customize Upwards Ancora Symbol

Customize ⸕ symbol as you like and download Upwards Ancora 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 Ancora symbol in HTML, CSS, and JS?

Insert ⸕ Upwards Ancora using HTML

1. Copy-paste Upwards Ancora directly:
<span>⸕</span>
2. HTML Decimal Code:
<span>&#11797;</span>
3. Hexadecimal Code:
<span>&#x2E15;</span>
Preview:

Add Upwards Ancora symbol with CSS

.upwards-ancora::before {
    content: '\\2E15';
}
Preview: Upwards Ancora

Upwards Ancora JavaScript Code

1. Direct Symbol:
document.querySelector('.upwards-ancora').textContent = '⸕';
2. Unicode Escape for ⸕:
document.querySelector('.upwards-ancora').textContent = '\u2E15';
Preview: