1

I'm using ₹ to display the Indian Rupee Symbol. It is working fine in Fire Fox and Crome, but it is showing some box in IE 11.

Can some body provide me alternate code for displaying Indian Rupee Symbol.

Please, I don't want to use any external CSS link or CSS code.

Thank you.

K Arun Singh
  • 2,629
  • 3
  • 20
  • 34
  • Possible duplicate of [Empty rectanglar box is displayed instead of the rupee symbol in HTML](http://stackoverflow.com/questions/37643675/empty-rectanglar-box-is-displayed-instead-of-the-rupee-symbol-in-html) – Ani Menon Jun 05 '16 at 17:59

1 Answers1

1

I found the solution elsewhere:

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

I have tried with different Unicodes available for displaying the Rupee symbol but this code solved the problem.

Jamal
  • 763
  • 7
  • 22
  • 32
K Arun Singh
  • 2,629
  • 3
  • 20
  • 34