I have a HTML variable an it contains characters like "●","❒","◉","⭕","■". And i have to store these in MYSQL database. I am using Capsule for this without laravel. There is no problem with printing these characters but when put them into database they show up like this "â—","â—Â". I dont want to remove these characters.
I have tried all html escape functions.
Edit: My database's charset is utf8_general_ci.