Armenian Full Stop

։

Shortcodes

Copy useful codes for armenian full stop symbol ։ to use in websites, apps, blogs, and docs.

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

Customize Armenian Full Stop

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

։
  

How to use Armenian Full Stop Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>։</span>
HTML Code:
<span>&#1417;</span>
HEX Code:
<span>&#x0589;</span>

Add with CSS

.armenian-full-stop::before {
  content: '\\0589';
}

Set it in JavaScript

document.querySelector('.armenian-full-stop').textContent = '։';
copied