I am using Crystal Reports to Export PDF file. There are couple of fields in the database which contains HTML symbols to generate symbols.I am exporting PDF from C# to export PDF. The problem is that few HTML symbols like "ampersand #8728;" are not converting into the real HTML which is degree symbol in our case, they are either nothing show or showing as square boxes. Few codes like "ampersand #0176;" is working properly.However the same code (ampersand #8728;) if i tried to export in MS Word format then it show the correct symbols which i am expecting with PDF too. Not sure why some of them are supported and some of not.