Armenian Abbreviation Mark

՟

Shortcodes

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

Unicode
U+055F
HTML Code
՟
HEX Code
՟
CSS Code
\055F
JS/JSON
\u055F
Unix/C/PHP/JAVA
0x55F
URL-encode
%D5%9F

Customize Armenian Abbreviation Mark

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

՟
  

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

Insert in HTML

1. Direct symbol:
<span>՟</span>
HTML Code:
<span>&#1375;</span>
HEX Code:
<span>&#x055F;</span>

Add with CSS

.armenian-abbreviation-mark::before {
  content: '\\055F';
}

Set it in JavaScript

document.querySelector('.armenian-abbreviation-mark').textContent = '՟';
copied