Search

Search for a symbol or emoji...

Rupee Sign Symbol

The official currency of India, the Indian rupee, is represented by the Rupee Sign, a symbol that is well-known in India and a number of other South Asian nations. The Indian people are connected to their rich heritage and financial traditions through this symbol, which serves as a currency symbol in addition to having significant historical, cultural, and economic value. We will examine the cultural significance, historical antecedents, and ongoing relevance of the rupee sign in this article.

Historical Roots of the Rupee Sign ₹

The Indian rupee (₹), a currency with a long history in India, is represented by the rupee sign. The word "rupee" is derived from several different Indian languages, illustrating the country's linguistic and cultural diversity.

Cultural Significance

The Rupee Sign is more than just a representation of money; it also serves as a cultural symbol for India's history, values, and economic development. It captures the seamless fusion of business and culture, which has played a crucial role in Indian society for millennia.

Design

The new sign combines the Devanagari letter "ra" and the capital "R" from the Latin alphabet without the vertical bar. An equivalence sign that represents the country's desire to lessen economic disparity is depicted by the parallel lines at the top (with white space between them) in a nod to the tricolor Indian flag.

The final selected symbol was designed by D. Udaya Kumar, a Bachelor of Architecture and (at the time) a visual design student at the Industrial Design Centre, IIT Bombay. The thoughts and philosophy behind the design are explained in this presentation.

Usage

The Indian government declared that after the symbol was adopted in July 2010, it would attempt to have it adopted internationally within six months and nationally within 18 to 24 months.

Major banks have also begun printing checks with the new Indian rupee symbol in place of the conventional "Rs" symbol. When the Commonwealth Games commemorative stamps were released on October 3, 2010, the Indian Postal Department also began printing postage stamps with this new Indian rupee sign. The sign would be incorporated in upcoming coin issues, the finance minister, Pranab Mukherjee, stated in his budget speech on February 28, 2011. There are now in circulation coins with the new rupee symbol in the denominations of 1, 2, 5, and 10. The new Indian rupee sign was added to currency notes with denominations of 10, 100, 500, and 1000 as of January 2012; as of April 12, 2012, this was expanded to denominations of 1,000.

Rupee Sign Symbol Information

Symbol Name
Rupee Sign
Unicode Version
1.1 (June 1993)
Unicode
U+20A8
CSS Code
\20A8
Hex Code
₨
HTML Code
₨
Alt Code
8360
Symbol

Rupee Sign Symbol Encoding

UTF-8
0xE2 0x82 0xA8
UTF-16
0x20A8
UTF-32
0x000020A8

Rupee SignSymbol's PNG and SVG files

How to add rupee sign symbol via keyboard on different Operating systems

You can type the rupee sign symbol on most modern devices with the help of following methods:

How to type rupee sign symbol on Microsoft Word

You can type the rupee sign in Microsoft Word using steps mentioned below:

  • Place your cursor in the text area where you need to insert the symbol and type 20A8
  • Without moving the cursor press keys Alt + x together
  • The original 20A8 is now transformed into

How to type rupee sign symbol on Microsoft Windows

You can type the rupee sign on Microsoft windows using following steps:

  • Hold Alt and press 8360 to type rupee sign on your windows machine.

How to type rupee sign symbol on Mac OS

You can type the rupee sign on Mac OS using following steps:

  • Place your cursor in the text area where you need to insert the symbol
  • Press Ctrl + ⌘ Command + ⎵ Space to bring up the Character Viewer. Alternatively, choose Edit ⇒ Emoji & Symbols
  • Type "Rupee Sign" in the search field at the top and press Enter
  • The symbol should appear. Click on it to insert it into your text
Mac OS Character Viewer
Mac OS Character Viewer

How to type rupee sign symbol on Linux

You can type the rupee sign on Linux using following steps:

  • Place your cursor in the text area where you need to insert the symbol
  • Hold ⇧ Shift + Ctrl and press the letter + U
  • Press keys 20A8 consecutively
  • And then press ↵ Enter , the desired symbol will be added to your document

How to type rupee sign symbol on IOS and Android

The easiest way to type the rupee sign symbol on ios and android is to copy and paste it wherever you need it.

How to use rupee sign in CSS

//CSS Example
1span { 2 content: \20A8; 3 }

How to use rupee sign in HTML

//HTML Example
1<span>&#8360;</span>

Rupee Sign symbol representation in programming languages

Rupee Signsymbol's representation in different programming languages can be found in table below:

LanguageRepresentation
Rust
\u{20A8}
Ruby
\u{20A8}
Python
\u20A8
PHP
\u{20A8}
Perl
\x{20A8}
Java
\u20A8
Modern JavaScript - Since ES6
\u{20A8}
JavaScript
\u20A8
Go
\u20A8
C#
\u20A8
C and C++
\u20A8
Bash and Zsh - inside echo -e
\u20A8
RFC 5137
\u'20A8'