| Symbol Name | Gujarati Rupee Sign |
| Unicode Version | 4.0 |
| Unicode | U+0AF1 |
| Unicode block | |
| General category | Currency Symbol (Sc) |
| CSS Code | \0AF1 |
| Hex Code | 0x0AF1 |
| HTML Code | ૱ |
| LaTeX | \textgujaratirupee |
| Symbol | ૱ |
| URL encode (UTF-8 percent) | %E0%AB%B1 |
| Spoken / screen reader name | Gujarati Rupee Sign |
| UTF-8 | E0 AB B1 |
| UTF-16 | 0AF1 |
| UTF-32 | 00000AF1 |
1\documentclass{article}2\usepackage{pifont}3\textgujaratirupee4\end{document}You can type the gujarati rupee sign symbol on most modern devices with the help of following methods:
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>Gujarati Rupee Sign symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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" |