Extra  character when displaying temperature sign °F

I want to set temperature readings in textbox.
I pass “°F” from my ESP32 but the display shows “°F”. Tried to change font, but it always appears.
Where does it come from?

Thanks,
Michael

Obviously, the EsP32 uses a different character encoding (looks like it is utf-8 from the extra character). Find out which one it is and adjust the Nextion project character encoding accordingly in the editor and re-create your embedded fonts accordingly.

1 Like

Thank you, it worked!