Armenian Dram Sign

֏

Shortcodes

Copy useful codes for armenian dram sign ֏ to use in websites, apps, blogs, and docs.

Unicode
U+058F
HTML Code
֏
HEX Code
֏
CSS Code
\058F
JS/JSON
\u058F
Unix/C/PHP/JAVA
0x58F
URL-encode
%D6%8F

Customize Armenian Dram Sign

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

֏
  

How to use Armenian Dram Sign in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>֏</span>
HTML Code:
<span>&#1423;</span>
HEX Code:
<span>&#x058F;</span>

Add with CSS

.armenian-dram-sign::before {
  content: '\\058F';
}

Set it in JavaScript

document.querySelector('.armenian-dram-sign').textContent = '֏';
copied