I\'ve been reading up on a few solutions but have not managed to get anything to work as yet.
I have a JSON string that I read in from an API call and it contains Un
The output is correct.
\u00c2 == Â \u00a3 == £
So nothing is wrong here. And converting to HTML entities is easy:
htmlentities($title);