Skip to content

Commit

Permalink
Merge pull request #20 from pottekkat/rupee/1
Browse files Browse the repository at this point in the history
Add Indian Rupee symbol (₹)
  • Loading branch information
samwho committed Apr 20, 2024
2 parents 8ec1323 + d2d05b0 commit 68dce16
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions symbols.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,11 @@ const symbols = [
"name": "Won",
"searchTerms": ["won"]
},
{
"glyph": "₹",
"name": "Rupee",
"searchTerms": ["rupee"]
},
{
"glyph": "¢",
"name": "Cent",
Expand Down

0 comments on commit 68dce16

Please sign in to comment.