Armenian Comma

՝

Shortcodes

Copy useful codes for armenian comma symbol ՝ to use in websites, apps, blogs, and docs.

Unicode
U+055D
HTML Code
՝
HEX Code
՝
CSS Code
\055D
JS/JSON
\u055D
Unix/C/PHP/JAVA
0x55D
URL-encode
%D5%9D

Customize Armenian Comma

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

՝
  

How to use Armenian Comma Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>՝</span>
HTML Code:
<span>&#1373;</span>
HEX Code:
<span>&#x055D;</span>

Add with CSS

.armenian-comma::before {
  content: '\\055D';
}

Set it in JavaScript

document.querySelector('.armenian-comma').textContent = '՝';
copied