| Nome del simbolo | Afghani Sign |
| Versione Unicode | 2.0 |
| Unicode | U+060B |
| Blocco Unicode | |
| Categoria generale | Currency Symbol (Sc) |
| Codice CSS | \060B |
| Codice esadecimale | 0x060B |
| Codice HTML | ؋ |
| LaTeX | \textafghani |
| Simbolo | ؋ |
| Codifica URL (percentuale UTF-8) | %D8%8B |
| Nome parlato / screen reader | Afghani Sign |
| UTF-8 | D8 8B |
| UTF-16 | 060B |
| UTF-32 | 0000060B |
1\documentclass{article}2\usepackage{pifont}3\textafghani4\end{document}Puoi digitare il simbolo afghani sign sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 1547 on the numeric keypad, or insert via Character Map.
Edit → Emoji & Symbols, search "afghani", or enable Unicode Hex Input.
Ctrl + Shift + U, type 060b, then Enter (layout-dependent).
Paste from this page or use the symbol picker.
Paste from this page or select from extended symbol panels.
1span.afghani::before { content: "\060B"; }1<span>؋</span>La rappresentazione del simbolo Afghani Sign nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u060B' or String.fromCodePoint(0x060B) |
| Python | '\N{AFGHANI SIGN}' or chr(1547) |
| Rust | '\u{060B}' |
| C / C++ | UTF-8 source or wchar_t with U+060B |
| Go | string(rune(0x060B)) |
| Ruby | "\u060B" |