| Nom du symbole | Gujarati Rupee Sign |
| Version Unicode | 4.0 |
| Unicode | U+0AF1 |
| Bloc Unicode | |
| Catégorie générale | Currency Symbol (Sc) |
| Code CSS |
| UTF-8 | E0 AB B1 |
| UTF-16 | 0AF1 |
| UTF-32 | 00000AF1 |
1\documentclass{article}2\usepackage{pifont}3\textgujaratirupee4\end{document}Vous pouvez saisir le symbole gujarati rupee sign sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Gujarati Rupee Sign dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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" |
\0AF1 |
| Code hexadécimal | 0x0AF1 |
| Code HTML | ૱ |
| LaTeX | \textgujaratirupee |
| Symbole | ૱ |
| Encodage URL (pourcent UTF-8) | %E0%AB%B1 |
| Nom oral / lecteur d’écran | Gujarati Rupee Sign |