| Nom du symbole | Afghani Sign |
| Version Unicode | 2.0 |
| Unicode | U+060B |
| Bloc Unicode | |
| Catégorie générale | Currency Symbol (Sc) |
| Code CSS | \060B |
| Code hexadécimal | 0x060B |
| Code HTML | ؋ |
| LaTeX | \textafghani |
| Symbole | ؋ |
| Encodage URL (pourcent UTF-8) | %D8%8B |
| Nom oral / lecteur d’écran | Afghani Sign |
| UTF-8 | D8 8B |
| UTF-16 | 060B |
| UTF-32 | 0000060B |
1\documentclass{article}2\usepackage{pifont}3\textafghani4\end{document}Vous pouvez saisir le symbole afghani sign sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Afghani Sign dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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" |