I have a varchar(255) field in mysql that is used for displaying the title to a page and I received a request to superscript some characters for a particular title. I updated this title with some html but this doesn't render as expected.
Instead of H2O I get:
H<sup>2</sup>O
Thanks!