| Nom du symbole | Iranian Rial |
| Version Unicode | 3.2 |
| Unicode | U+FDFC |
| Bloc Unicode | |
| Catégorie générale | Currency Symbol (Sc) |
| Code CSS | \FDFC |
| Code hexadécimal | 0xFDFC |
| Code HTML | ﷼ |
| LaTeX | \textrial |
| Symbole | ﷼ |
| Encodage URL (pourcent UTF-8) | %EF%B7%BC |
| Nom oral / lecteur d’écran | Iranian Rial |
| UTF-8 | EF B7 BC |
| UTF-16 | FDFC |
| UTF-32 | 0000FDFC |
1\documentclass{article}2\usepackage{pifont}3\textrial4\end{document}Vous pouvez saisir le symbole iranian rial sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 65020 on the numeric keypad, or insert via Character Map.
Edit → Emoji & Symbols, search "rial", or enable Unicode Hex Input.
Ctrl + Shift + U, type fdfc, then Enter (layout-dependent).
Paste from this page or use the symbol picker.
Paste from this page or select from extended symbol panels.
1span.rial::before { content: "\FDFC"; }1<span>﷼</span>La représentation du symbole Iranian Rial dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uFDFC' or String.fromCodePoint(0xFDFC) |
| Python | '\N{RIAL SIGN}' or chr(65020) |
| Rust | '\u{FDFC}' |
| C / C++ | UTF-8 source or wchar_t with U+FDFC |
| Go | string(rune(0xFDFC)) |
| Ruby | "\uFDFC" |