How can i use this ® symbol in itextsharp i have already tried Times New Roman below is my code
BaseFont bfEngInt = BaseFont.CreateFont(@"C:\WINDOWS\Fonts\TimesNewRoman.ttf", BaseFont.IDENTITY_H, BaseFont.NOT_EMBEDDED);
Font GridViewfontCh = new Font(bfEngInt, 10);