Ok, I did a bit of research because I figured there had to be another way. But I don't think there is.
You'll need to use ASCii for the "<"s and then replace them later with something like this:
Code:$text = str_replace(array(">", "<"), array(">", "<"), $text);