I am trying to update some old php code that used to correctly output unicode symbols but now doesn’t.
For example, including the string 
used to tweet the umbrella, but now it tweets the string as written.
I have been going crazy trying to figure out how to encode that character and similar ones in such a way that using the API results in the tweet displaying correctly.
Can someone point me to an example?
Thanks