Syntax error An empty box is displayed instead of the rupee symbol in HTML

An empty box is displayed instead of the rupee symbol in HTML



The rupee symbol is the following and not every browser supports it:

₹

To make it visible on your web page:

<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<i class="fa fa-inr"></i>

You can use the following as well:

&#8377;
Updated on: 2020-01-29T08:11:00+05:30

238 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements