Gujarati Rupee Sign

Shortcodes

Copy and paste codes for Gujarati Rupee Sign symbol ૱ to use in your websites, apps, blogs, and more.

Unicode
U+0AF1
HTML Code
૱
HEX Code
૱
CSS Code
\AF1
JS/JSON
\u0AF1
Unix/C/PHP/JAVA
0xAF1
URL-encode
%E0%AB%B1
copied

Customize Gujarati Rupee Sign Symbol

Customize ૱ symbol as you like and download Gujarati Rupee Sign as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.

                        
                    

How to add Gujarati Rupee Sign symbol in HTML, CSS, and JS?

Insert ૱ Gujarati Rupee Sign using HTML

1. Copy-paste Gujarati Rupee Sign directly:
<span>૱</span>
2. HTML Decimal Code:
<span>&#2801;</span>
3. Hexadecimal Code:
<span>&#x0AF1;</span>
Preview:

Add Gujarati Rupee Sign symbol with CSS

.gujarati-rupee-sign::before {
    content: '\\AF1';
}
Preview: Gujarati Rupee Sign

Gujarati Rupee Sign JavaScript Code

1. Direct Symbol:
document.querySelector('.gujarati-rupee-sign').textContent = '૱';
2. Unicode Escape for ૱:
document.querySelector('.gujarati-rupee-sign').textContent = '\u0AF1';
Preview: