How can I write a subscript text without using Unicode for example I want write H20 without writing "H" + \x2082O
            Asked
            
        
        
            Active
            
        
            Viewed 105 times
        
    0
            
            
        - 
                    If you're using WPF controls, see here: http://stackoverflow.com/questions/2095583/set-superscript-and-subscript-in-formatted-text-in-wpf and here: http://msdn.microsoft.com/en-us/library/system.windows.documents.typography.variants.aspx – dbc Aug 14 '14 at 05:04
- 
                    but can I make changes from code? – Michael Arsenyan Aug 14 '14 at 05:09
- 
                    Can you show the code you have now, in which you want to have super & sub-scripts? – dbc Aug 14 '14 at 05:25
