33

I want to type the Indian Rupee Symbol. So I went to System Settings >> Keyboard Layout and clicked on the Options button. Under the Adding Currency signs to keys sections, I checked the Rupee on 4 option.

enter image description here

Later when I opened the Layout Chart of the Keyboard there was Rupee sign in the 4 key but I do not know how to type the symbol. What combination of the keys will type the Rupee symbol on the screen?

enter image description here

TheLoneKing
  • 1,417
  • 4
  • 19
  • 29

7 Answers7

33

Just press Alt R+4 like in below image:

enter image description here

See also this answer.

Note: You need to change your keyboard setting to English (India, with rupee sign) as default for this to work.

Radu Rădeanu
  • 169,590
  • I tried it but that method doesn't seem to work for me. – TheLoneKing Oct 07 '13 at 14:47
  • 2
    @Dineshkumar Are you using English (US) keyboard layout? If yes, then this is a problem. Try to change it to English (India, with RupeeSign) for example. See also: http://abhidg.wordpress.com/2010/10/14/typing-the-indian-rupee-symbol-in-debianubuntu/. – Radu Rădeanu Oct 07 '13 at 16:04
  • I changed the layout to English (India, with RupeeSign) and now I can type the Indian Rupee symbol :) But with this layout, I can type the symbol even without selecting the Rupee on 4 option. So what is the point of having a separate option for that when it can be done only with a particular layout (even without enabling the option)? – TheLoneKing Oct 08 '13 at 16:50
  • 1
    @Dineshkumar What is the point: selecting the Rupee on 4 option will work with any other keyboard layout different by Englsh (US). Maybe is a kind of bug. Some explanations you can find here: http://abhidg.wordpress.com/2010/10/14/typing-the-indian-rupee-symbol-in-debianubuntu/ – Radu Rădeanu Oct 08 '13 at 17:02
  • 1
    @Dineshkumar the problem is that Rupee on 4 will work with any keyboard with AltGt enabled. English(US) is one of the few layouts that did not enable AltGr. See http://askubuntu.com/questions/432957/alt-gr-key-is-not-working-in-ubuntu-13-10 – Rmano Jun 17 '14 at 18:27
  • For LinuxMint release 17.1 (rebecca), I opened Keyboard -> Layouts tab -> Options -> Adding currency signs to certain keys option -> Check 'Rupee on 4'. Use Alt-R + 4 key to type the rupee symbol. – Chirayu Shishodiya Sep 02 '15 at 03:11
15

The other way is to use the following combination on any keyboard ctrl+shift+u then type 20b9 then spacebar This will add the rupee symbol.

ravery
  • 6,874
Ubuntuser
  • 9,816
7

IN ubuntu 14.04 LTS to get rupee sign (₹) follow the steps

  1. click on symbol En
  2. select text entry
  3. click on + sign
  4. double-click english(India ,with rupee sign)
  5. close it
  6. again click on symbol En
  7. select english(India ,with rupee sign)
  8. to type rupee sign press right Alt + 4
Elder Geek
  • 36,023
  • 25
  • 98
  • 183
Hari V
  • 71
2

For using rupee symbol () go to insert → then symbol → then select rupee symbol → then go to shortcut key → there you put new shortcut key as (Alt+4) → then assign. After that you may use this symbol by Alt+4 from next time.

Danatela
  • 13,243
  • 11
  • 45
  • 72
Ravi
  • 21
  • 1
2

For 16.04 LTS

It is right side ALT + 4 while using English (India, with rupee sign ) keyboard layout.

Simply type " Text Entry " in dash and you will be able to select/add keyboard layouts. This works in 16.04 LTS.

user227495
  • 4,089
  • 17
  • 56
  • 101
1
  1. Add English(India, with Rupee sign) layout in Keyboard settings.
  2. Select this layout in the applet on the panel.
  3. Use alt gr+4, if your keyboard has ₹ symbol on 4.
0

When you are creating an Homepage and you need the currency as Indian Rupee, then you need the charset-iso-code as UTF-8 AS follows in HTML :

I will display Indian Rupee with ₨

8360 is the reserved number in HTML for Indian Rupee.

dschinn1001
  • 3,829