Hi all,

 

I want to add the radical symbol from the Symbol font.  I know that the code of the glyph is 0xD6 in hexadecimal.

I also know that the Unicode value of the character is 221A

 

 

The following code excerpt displays nothing:

 

document.add(new Phrase("\u00D6", new Font(BaseFont.createFont(BaseFont.SYMBOL, BaseFont.WINANSI, false), 10))));

 

Does anyone know how I can show it?

Which encoding do I have to specify?

 

Thanks in advance for any help.

--------

David

 

Reply via email to