Armenian Full Stop

։

Shortcodes

Copy and paste codes for Armenian Full Stop symbol ։ to use in your websites, apps, blogs, and more.

Unicode
U+0589
HTML Code
։
HEX Code
։
CSS Code
\589
JS/JSON
\u0589
Unix/C/PHP/JAVA
0x589
URL-encode
%D6%89
copied

Customize Armenian Full Stop Symbol

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

Insert ։ Armenian Full Stop using HTML

1. Copy-paste Armenian Full Stop directly:
<span>։</span>
2. HTML Decimal Code:
<span>&#1417;</span>
3. Hexadecimal Code:
<span>&#x0589;</span>
Preview: ։

Add Armenian Full Stop symbol with CSS

.armenian-full-stop::before {
    content: '\\589';
}
Preview: Armenian Full Stop

Armenian Full Stop JavaScript Code

1. Direct Symbol:
document.querySelector('.armenian-full-stop').textContent = '։';
2. Unicode Escape for ։:
document.querySelector('.armenian-full-stop').textContent = '\u0589';
Preview: ։