I’m using the history.js JQuery plugin to update the title and create a history item. However when I do the following I get the text rather than the symbol:
History.pushState(data, '► ' + video.title.$t + ' - <?php echo $site_title; ?>', video.slug);
►is HTML syntax. Of course, HTML is not supported in the browser title. You should write\u25BAin JS.