Best way to encode Degree Celsius symbol into web page?

前端 未结 7 1339
鱼传尺愫
鱼传尺愫 2020-12-13 05:15

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

相关标签:
7条回答
  • 2020-12-13 06:16

    If using Java-JSP, What worked for me is to paste below in JSP page

    <%@ page contentType="text/html; charset=UTF-8" %>
    
    0 讨论(0)
提交回复
热议问题