Armenian Hyphen

֊

Shortcodes

Copy and paste codes for Armenian Hyphen symbol ֊ to use in your websites, apps, blogs, and more.

Unicode
U+058A
HTML Code
֊
HEX Code
֊
CSS Code
\58A
JS/JSON
\u058A
Unix/C/PHP/JAVA
0x58A
URL-encode
%D6%8A
copied

Customize Armenian Hyphen Symbol

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

Insert ֊ Armenian Hyphen using HTML

1. Copy-paste Armenian Hyphen directly:
<span>֊</span>
2. HTML Decimal Code:
<span>&#1418;</span>
3. Hexadecimal Code:
<span>&#x058A;</span>
Preview: ֊

Add Armenian Hyphen symbol with CSS

.armenian-hyphen::before {
    content: '\\58A';
}
Preview: Armenian Hyphen

Armenian Hyphen JavaScript Code

1. Direct Symbol:
document.querySelector('.armenian-hyphen').textContent = '֊';
2. Unicode Escape for ֊:
document.querySelector('.armenian-hyphen').textContent = '\u058A';
Preview: ֊