Armenian Dram Sign

֏

Shortcodes

Copy and paste codes for Armenian Dram Sign symbol ֏ to use in your websites, apps, blogs, and more.

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

Customize Armenian Dram Sign Symbol

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

Insert ֏ Armenian Dram Sign using HTML

1. Copy-paste Armenian Dram Sign directly:
<span>֏</span>
2. HTML Decimal Code:
<span>&#1423;</span>
3. Hexadecimal Code:
<span>&#x058F;</span>
Preview: ֏

Add Armenian Dram Sign symbol with CSS

.armenian-dram-sign::before {
    content: '\\58F';
}
Preview: Armenian Dram Sign

Armenian Dram Sign JavaScript Code

1. Direct Symbol:
document.querySelector('.armenian-dram-sign').textContent = '֏';
2. Unicode Escape for ֏:
document.querySelector('.armenian-dram-sign').textContent = '\u058F';
Preview: ֏