Hey guys,
I tried implementing ° (degree symbol) in my simple node.js project.
But it appears with a weird symbol °.
You can check the whole node.js source code on this link(It’s a cloud IDE) if you want.
When I run it on the cloud IDE, it appears normal without the  symbol.
( The weather in London is 14.02°C)
But when I run it on my local server with VS Code, it appears like this.
(The weather in London is 14.02°C)
How can I fix this problem/issue?
Thanks in advance for stopping by my question.