Relative Content

Tag Archive for javascriptunicodespecial-charactersaspose.words

How to get the correct unicode from the HTML tag/text using javascript?

I am using Aspose to convert word to HTML and after converting the lists from word to HTML the symbols are something like <span style="font-family:Symbol"></span> this and on UTF-8 conversion the Unicode value for the symbol is uf0b7 but on rendering it is showing this character u2022 (). I suspect it is because of the font-family: Symbol. So, is there any way to get the correct Unicode value considering the font-family property using javascript?