How can I set some text as subscript/superscript in FormattedText in WPF?
FormattedText
You can use something like 5x4 + 4.
5x4 + 4
However, as far as I know, you will have to reduce the font-size yourself.