I am trying to display character code ❯ in a breadcrumb trail navigation which forms this arrow: ❯
❯
It displays properly in Firefox, Op
[Edit] Apparently, it's a known problem for UTF-16, not UTF-8. [/EDIT]
It's a known problem. The simplest fallback is to use a Unicode surrogate pair.
[sources]
http://www.fileformat.info/info/unicode/char/10095/index.htm
http://mathiasbynens.be/notes/javascript-unicode