| Nome del simbolo | Iranian Rial |
| Versione Unicode | 3.2 |
| Unicode | U+FDFC |
| Blocco Unicode | |
| Categoria generale | Currency Symbol (Sc) |
| Codice CSS | \FDFC |
| Codice esadecimale | 0xFDFC |
| Codice HTML | ﷼ |
| LaTeX | \textrial |
| Simbolo | ﷼ |
| Codifica URL (percentuale UTF-8) | %EF%B7%BC |
| Nome parlato / screen reader | Iranian Rial |
| UTF-8 | EF B7 BC |
| UTF-16 | FDFC |
| UTF-32 | 0000FDFC |
1\documentclass{article}2\usepackage{pifont}3\textrial4\end{document}Puoi digitare il simbolo iranian rial sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Iranian Rial nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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" |