Finding Unicode character name with Javascript -


I need to know the names of Unicode characters when the user will enter the number for it, for example an 0041 enter and the results As "Latin Capital Letter" will be given. As far as I know, there is not a standard way to do this as in

. You may possibly parse the file to get this information.


Comments