I am using charset=utf-8 character encoding and I am getting a weird symbol when I use "±" in my code. I am trying to output a text string like this:
.text('GMT Standard Time (UTC ±0)')
but I am getting this instead: GMT Standard Time (UTC �0)
What is the weird question mark character for? How to escape and properly display ± instead?