

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
How to display 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:
₹
- Related Questions & Answers
- An empty box is displayed instead of the rupee symbol in HTML
- How to display infinity symbol in base R plot?
- How to display deleted text in HTML?
- How to display a fieldset in HTML?
- How to display an image in HTML?
- How to display HTML in TextView in Android?
- How to display XML in HTML in PHP?
- How to display a directory list in HTML?
- How to display a short quotation in HTML?
- How to display a table body in HTML
- How to display human readable date in HTML?
- How to display HTML element with JavaScript?
- How to display text Right-to-Left Using HTML?
- JavaScript Symbol.isConcatSpreadable symbol
- JavaScript Symbol.toStringTag symbol
Advertisements