In my WPF C# project I'm using docX library to create word documents. With this .NET library I could create String and add inside a docx file as Paragraph. My docx needs to have some subscript characters, for example:
Fb (b as subscript)
I know that there are Unicode characters and numbers for subscript, but some chars are not included. So, how can I add that subscript chars in a C# String?