| Nome del simbolo | Gujarati Rupee Sign |
| Versione Unicode | 4.0 |
| Unicode | U+0AF1 |
| Blocco Unicode | |
| Categoria generale | Currency Symbol (Sc) |
| Codice CSS | \0AF1 |
| Codice esadecimale | 0x0AF1 |
| Codice HTML | ૱ |
| LaTeX | \textgujaratirupee |
| Simbolo | ૱ |
| Codifica URL (percentuale UTF-8) | %E0%AB%B1 |
| Nome parlato / screen reader | Gujarati Rupee Sign |
| UTF-8 | E0 AB B1 |
| UTF-16 | 0AF1 |
| UTF-32 | 00000AF1 |
1\documentclass{article}2\usepackage{pifont}3\textgujaratirupee4\end{document}Puoi digitare il simbolo gujarati rupee sign sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 2801 on the numeric keypad, or insert via Character Map.
Edit → Emoji & Symbols, search "rupee", or enable Unicode Hex Input.
Ctrl + Shift + U, type 0af1, then Enter (layout-dependent).
Paste from this page or use the symbol picker.
Paste from this page or select from extended symbol panels.
1span.gujarati-rupee::before { content: "\0AF1"; }1<span>૱</span>La rappresentazione del simbolo Gujarati Rupee Sign nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u0AF1' or String.fromCodePoint(0x0AF1) |
| Python | '\N{GUJARATI RUPEE SIGN}' or chr(2801) |
| Rust | '\u{0AF1}' |
| C / C++ | UTF-8 source or wchar_t with U+0AF1 |
| Go | string(rune(0x0AF1)) |
| Ruby | "\u0AF1" |