I have some texts in French (containing accented characters such as \"é\"), stored in a MySQL table whose collation is utf8_unicode_ci (both the table and the columns), that
This works for me
utf8_general_ci
UTF-8 without BOM
$mysqli->query('SET NAMES utf8');
< meta charset="utf-8" />
Works perfect.