4

I am using html Code ₹ to display Indian currency symbol on my website. But on Linux platform it showing symbol. But on windows platform it is showing rectangle symbol not rupee symbol. Can anybody Help me why it happening.

Thanks Advance

Code:

<th>Amounts AS ON 31-03-{{currentYear1}}<br>( &#8377; )</th>
chris85
  • 23,846
  • 7
  • 34
  • 51
Sunil Rawat
  • 709
  • 10
  • 41

1 Answers1

1

The best suitable answer that seems to me from my given link is:-

<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
Current Price: <i class="fa fa-inr"></i> 400.00
Alive to die - Anant
  • 70,531
  • 10
  • 51
  • 98