Im trying to insert emoji icon to my mqsql. but it insert like í ½í¸
.
I changed my Database CHARACTER SET utf8mb4
and I changed my table CHARACTER SET utf8mb4
and collate to utf8mb4_general_ci
or utf8mb4_bin
.
but still not stored emoji icon. im using mysql query browser.
Im getting emoji icon from here
https://emojipedia.org/smiling-face-with-open-mouth-and-smiling-eyes/
how to fix this issue?