I have a member site where users can have custom display names. A lot of users like to put symbols like hearts via html formatting and I'm fine with that. The problem is I have to keep display names to a length of 15 characters when displayed on the page... when a user puts in a heart symbol it takes quite a few of those characters up, even though when it's displayed the symbol only takes one character. Is there a way for me to check the length of the display name as it would appear on the page and not the length of it in an unencoded format?