Armenian Exclamation Mark

՜

Shortcodes

Copy and paste codes for Armenian Exclamation Mark symbol ՜ to use in your websites, apps, blogs, and more.

Unicode
U+055C
HTML Code
՜
HEX Code
՜
CSS Code
\55C
JS/JSON
\u055C
Unix/C/PHP/JAVA
0x55C
URL-encode
%D5%9C
copied

Customize Armenian Exclamation Mark Symbol

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

Insert ՜ Armenian Exclamation Mark using HTML

1. Copy-paste Armenian Exclamation Mark directly:
<span>՜</span>
2. HTML Decimal Code:
<span>&#1372;</span>
3. Hexadecimal Code:
<span>&#x055C;</span>
Preview: ՜

Add Armenian Exclamation Mark symbol with CSS

.armenian-exclamation-mark::before {
    content: '\\55C';
}
Preview: Armenian Exclamation Mark

Armenian Exclamation Mark JavaScript Code

1. Direct Symbol:
document.querySelector('.armenian-exclamation-mark').textContent = '՜';
2. Unicode Escape for ՜:
document.querySelector('.armenian-exclamation-mark').textContent = '\u055C';
Preview: ՜