Good day all,
How to I put °C in the serial monitor??
Serial.print("Temperature : ");
Serial.print(temp);
Serial.print("\377C");
Serial.println(" ");
delay(1000);
My result from the serial monitor - Temperature : 16.86°C
how to i get rid of the weird symbol  ??
Appreciate your helps!
Cheers