How should I encode special characters into web pages? For instance I need this symbol ℃, which I used just by copying and pasting the character as I can see it now. This wo
If using Java-JSP, What worked for me is to paste below in JSP page
<%@ page contentType="text/html; charset=UTF-8" %>