| Symbol Name | Afghani Sign |
| Unicode Version | 2.0 |
| Unicode | U+060B |
| Unicode block | |
| General category | Currency Symbol (Sc) |
| CSS Code | \060B |
| Hex Code | 0x060B |
| HTML Code | ؋ |
| LaTeX | \textafghani |
| Symbol | ؋ |
| URL encode (UTF-8 percent) | %D8%8B |
| Spoken / screen reader name | Afghani Sign |
| UTF-8 | D8 8B |
| UTF-16 | 060B |
| UTF-32 | 0000060B |
1\documentclass{article}2\usepackage{pifont}3\textafghani4\end{document}You can type the afghani sign symbol on most modern devices with the help of following methods:
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>Afghani Sign symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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" |