We are using PHP 5 with CakePHP 2, and MySql 5.6 with Wamp.
When we try to insert a string with some symbols like this: "ʡ" (Epiglottal stop), the query for inserting is recognizing the symbol.
The problem is after we insert in the database where it shows as "?", but the database is already UTF-8 as the table and column.
I've tested this same symbol in another MySQL database with UTF-8 and it is inserting correctly. So the problem is not UTF8mb4, it is something else.
Thanks in advance.