How to convert currency HTML string into the symbol in JavaScript.
Here is the response from the API.
For example £
need to be converted like £
.
You can check my API response here:
> getOptions: {
> "FKP": "Falkland Islands pound (£)",
> "GBP": "Pound sterling (£)",
> "GEL": "Georgian lari (ლ)",
> "GGP": "Guernsey pound (£)",
> }
Please suggest.
https://html-online.com/editor/
Following this link if you are click this link (just paste inside in this link `£` automatically converted pounds Symbol like £ )