如何在JavaScript中添加degree celcius符号

Jon*_*Dan 0 javascript

我试图在我的代码中包含摄氏度符号(°C),这就是我所拥有的并且它不起作用:

$('#temp').unbind().append((Math.round(temperature - 273.15)) + '&#8451');
Run Code Online (Sandbox Code Playgroud)

Ars*_*sen 5

你错过;℃