Armenian Comma

՝

Shortcodes

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

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

Customize Armenian Comma Symbol

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

Insert ՝ Armenian Comma using HTML

1. Copy-paste Armenian Comma directly:
<span>՝</span>
2. HTML Decimal Code:
<span>&#1373;</span>
3. Hexadecimal Code:
<span>&#x055D;</span>
Preview: ՝

Add Armenian Comma symbol with CSS

.armenian-comma::before {
    content: '\\55D';
}
Preview: Armenian Comma

Armenian Comma JavaScript Code

1. Direct Symbol:
document.querySelector('.armenian-comma').textContent = '՝';
2. Unicode Escape for ՝:
document.querySelector('.armenian-comma').textContent = '\u055D';
Preview: ՝