I have been trying to find a solution for past few hours but unable to do so. I have tried each and every possible solution on the Internet and this forum but nothing seems
Since your data is unicode, use this query:
$sql="update home set content=N'$content'";
Notice the letter N (as in National).
N
Google sql N prefix strings.