| Nome del simbolo | Armenian Dram |
| Versione Unicode | 6.1 |
| Unicode | U+058F |
| Blocco Unicode | |
| Categoria generale | Currency Symbol (Sc) |
| Codice CSS | \058F |
| Codice esadecimale | 0x058F |
| Codice HTML | ֏ |
| LaTeX | \textdram |
| Simbolo | ֏ |
| Codifica URL (percentuale UTF-8) | %D6%8F |
| Nome parlato / screen reader | Armenian Dram |
| UTF-8 | D6 8F |
| UTF-16 | 058F |
| UTF-32 | 0000058F |
1\documentclass{article}2\usepackage{pifont}3\textdram4\end{document}Puoi digitare il simbolo armenian dram sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Armenian Dram nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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" |