How to filter a Font Character in php

Dlox

New Member
I have an arial character giving me a headache. \[code\]U+02DD\[/code\] turns into a question mark after I turn its document into a phpquery object. What is an efficient method for removing the character in php by referring to it as \[code\]'U+02DD'\[/code\]?
 
Back
Top