On my site every text is served as UTF-8.
Since nowadays every browser supports unicode characters, I would like to use them as-is.
The asp.net framework is
You can also use the @Html.Raw method of mvc.This is useful where you don't want to do it at global level sometimes on already built project.
@Html.Raw
@Html.Raw(@ViewBag.Title)