Hyphen With Diaeresis

Shortcodes

Copy and paste codes for Hyphen With Diaeresis symbol ⸚ to use in your websites, apps, blogs, and more.

Unicode
U+2E1A
HTML Code
⸚
HEX Code
⸚
CSS Code
\2E1A
JS/JSON
\u2E1A
Unix/C/PHP/JAVA
0x2E1A
URL-encode
%E2%B8%9A
copied

Customize Hyphen With Diaeresis Symbol

Customize ⸚ symbol as you like and download Hyphen With Diaeresis 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 Hyphen With Diaeresis symbol in HTML, CSS, and JS?

Insert ⸚ Hyphen With Diaeresis using HTML

1. Copy-paste Hyphen With Diaeresis directly:
<span>⸚</span>
2. HTML Decimal Code:
<span>&#11802;</span>
3. Hexadecimal Code:
<span>&#x2E1A;</span>
Preview:

Add Hyphen With Diaeresis symbol with CSS

.hyphen-with-diaeresis::before {
    content: '\\2E1A';
}
Preview: Hyphen With Diaeresis

Hyphen With Diaeresis JavaScript Code

1. Direct Symbol:
document.querySelector('.hyphen-with-diaeresis').textContent = '⸚';
2. Unicode Escape for ⸚:
document.querySelector('.hyphen-with-diaeresis').textContent = '\u2E1A';
Preview: