Dash With Left Upturn

Shortcodes

Copy and paste codes for Dash With Left Upturn symbol ⹃ to use in your websites, apps, blogs, and more.

Unicode
U+2E43
HTML Code
⹃
HEX Code
⹃
CSS Code
\2E43
JS/JSON
\u2E43
Unix/C/PHP/JAVA
0x2E43
URL-encode
%E2%B9%83
copied

Customize Dash With Left Upturn Symbol

Customize ⹃ symbol as you like and download Dash With Left Upturn 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 Dash With Left Upturn symbol in HTML, CSS, and JS?

Insert ⹃ Dash With Left Upturn using HTML

1. Copy-paste Dash With Left Upturn directly:
<span>⹃</span>
2. HTML Decimal Code:
<span>&#11843;</span>
3. Hexadecimal Code:
<span>&#x2E43;</span>
Preview:

Add Dash With Left Upturn symbol with CSS

.dash-with-left-upturn::before {
    content: '\\2E43';
}
Preview: Dash With Left Upturn

Dash With Left Upturn JavaScript Code

1. Direct Symbol:
document.querySelector('.dash-with-left-upturn').textContent = '⹃';
2. Unicode Escape for ⹃:
document.querySelector('.dash-with-left-upturn').textContent = '\u2E43';
Preview: