| Nombre del símbolo | Gujarati Rupee Sign |
| Versión Unicode | 4.0 |
| Unicode | U+0AF1 |
| Bloque Unicode | |
| Categoría general | Currency Symbol (Sc) |
| Código CSS | \0AF1 |
| Código hexadecimal | 0x0AF1 |
| Código HTML | ૱ |
| LaTeX | \textgujaratirupee |
| Símbolo | ૱ |
| Codificación URL (porcentaje UTF-8) | %E0%AB%B1 |
| Nombre oral / lector de pantalla | Gujarati Rupee Sign |
| UTF-8 | E0 AB B1 |
| UTF-16 | 0AF1 |
| UTF-32 | 00000AF1 |
1\documentclass{article}2\usepackage{pifont}3\textgujaratirupee4\end{document}Puedes escribir el símbolo gujarati rupee sign en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Gujarati Rupee Sign en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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" |