I have emojis stored in my database on my post titles, they are displayed correctly, like this The database field is encoded like this : UTF8-Unicode the Collation says : utf8mb4_unicode_ci
When I display the post_title, I don't see correctly the Emojis like on the database.
With a script I would like to explode the title by doing this, and it's not working $post_title_tab = explode("", $post_title);
I tried with utf8_decode and utf8_encode, not working...