| Symbol Name | Armenian Dram |
| Unicode Version | 6.1 |
| Unicode | U+058F |
| Unicode block | |
| General category | Currency Symbol (Sc) |
| CSS Code | \058F |
| Hex Code | 0x058F |
| HTML Code | ֏ |
| LaTeX | \textdram |
| Symbol | ֏ |
| URL encode (UTF-8 percent) | %D6%8F |
| Spoken / screen reader name | Armenian Dram |
| UTF-8 | D6 8F |
| UTF-16 | 058F |
| UTF-32 | 0000058F |
1\documentclass{article}2\usepackage{pifont}3\textdram4\end{document}You can type the armenian dram symbol on most modern devices with the help of following methods:
Alt + 1423 on the numeric keypad, or insert via Character Map.
Edit → Emoji & Symbols, search "dram", or enable Unicode Hex Input.
Ctrl + Shift + U, type 058f, then Enter (layout-dependent).
Paste from this page or use the symbol picker.
Paste from this page or select from extended symbol panels.
1span.dram::before { content: "\058F"; }1<span>֏</span>Armenian Dram symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u058F' or String.fromCodePoint(0x058F) |
| Python | '\N{ARMENIAN DRAM SIGN}' or chr(1423) |
| Rust | '\u{058F}' |
| C / C++ | UTF-8 source or wchar_t with U+058F |
| Go | string(rune(0x058F)) |
| Ruby | "\u058F" |