I am trying to include the degrees Celsius symbol (°C) in my code, this is what I have and it is not working:
$('#temp').unbind().append((Math.round(temperature - 273.15)) + '℃');
You just miss ;
in ℃
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With