The application is using a RAD Editor and trying to save the HTML code for UP arrow - ↑ . The application is using recommended settings for supporting appearance of odd characters as mentioned http://www.telerik.com/help/aspnet/editor/appearanceofoddcharactersaftersavingradeditorscontentindatabase.html.
However, when I save the text from the RAD Editor to the database (the db type is ntext) , it does not save the HTML code i.e. ↑
and when displayed back in an HTML page it displays as question mark "?"
How do i get the database to save the text as ↑ from the editor?