I have various HTML numbers like
ä ð ñ
I want to convert them to their respective symbols like
ä for ä
ð for ð
ñ for ñ
Is there some way to perform the above operation in javascript or i have to write my own logic.