Armenian Exclamation Mark

՜

Shortcodes

Copy useful codes for armenian exclamation mark symbol ՜ to use in websites, apps, blogs, and docs.

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

Customize Armenian Exclamation Mark

Customize ՜, download it as SVG or PNG, or copy the generated HTML snippet.

՜
  

How to use Armenian Exclamation Mark Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>՜</span>
HTML Code:
<span>&#1372;</span>
HEX Code:
<span>&#x055C;</span>

Add with CSS

.armenian-exclamation-mark::before {
  content: '\\055C';
}

Set it in JavaScript

document.querySelector('.armenian-exclamation-mark').textContent = '՜';
copied