| Nombre del símbolo | Iranian Rial |
| Versión Unicode | 3.2 |
| Unicode | U+FDFC |
| Bloque Unicode | |
| Categoría general | Currency Symbol (Sc) |
| Código CSS | \FDFC |
| Código hexadecimal | 0xFDFC |
| Código HTML | ﷼ |
| LaTeX | \textrial |
| Símbolo | ﷼ |
| Codificación URL (porcentaje UTF-8) | %EF%B7%BC |
| Nombre oral / lector de pantalla | Iranian Rial |
| UTF-8 | EF B7 BC |
| UTF-16 | FDFC |
| UTF-32 | 0000FDFC |
1\documentclass{article}2\usepackage{pifont}3\textrial4\end{document}Puedes escribir el símbolo iranian rial en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Iranian Rial en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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" |