Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Rupee symbol not working in firefox

I am using the following currency code for indian ruppee symbol(&#8377). But it is not supported in firefox but supports in chrome.

Other Currency codes are supported in all the browsers.

Is there anyother code to fix the problem ?

like image 268
Mohammed Nagoor Avatar asked Sep 17 '12 12:09

Mohammed Nagoor


People also ask

How do I type an INR symbol?

Insert Rupee Symbol in MS Word Using Keyboard If you don't have the rupee icon, press Ctrl+Alt+4 keys together. You could also press the side Alt key (Alt_GR)+₹ symbol if it is available on your keyboard. The rupee symbol can also be added using the left side Alt key and then type 8377 on the numeric pad.

How do I type ₹ on Windows?

You can press the Alt + 8377 keys simultaneously from the numeric keypad on the right side of the keyboard to type the ₹ symbol. Also, you can first type 20B9 and then press the Alt + X keys together on the keyboard to write the ₹ symbol easily.

What is the Alt code for rupee?

With the Windows update, it is now possible to use alt code text entry to obtain the Indian Rupee symbol: Alt + 8 3 7 7 . On systems running Windows 8 or later, the symbol can be typed using the 'English (India)' keyboard layout with the key combination AltGr + 4 (or Ctrl + Alt + 4).


1 Answers

If ₹ is not supported in your FF(Firefox) browser,then use the following css

font-family: DejaVu Sans;

Surely it will work because its working for me...

I have tested that in FF (15.0.1),chrome,IE8,IE9...its working fine....

Example :

<span style="font-family: DejaVu Sans;">&#x20b9;</span>

like image 104
rynhe Avatar answered Sep 28 '22 12:09

rynhe