• Is there a way built in to wordpress (or through third party code or a plugin) to use the_title and convert it to it’s unicode form?

    Example:

    Title: ¯\_(ツ)_/¯
    Unicode: & # 1 7 5 ; \ _ ( & # 1 2 4 8 4 ; ) _ / & # 1 7 5 ;
    (without the spaces)

    I’m looking to display the unicode code below the actual title, so just changing the meta charset won’t do the trick.

    Any help would be greatly appreciated!

The topic ‘Display the_title as its unicode code?’ is closed to new replies.