How does mysql search for emoticons?

expression I use urlencode encoding to get % F0%9F%98%8A . Now I want to write a sql statement to find out the data that contains this expression in the field directly. The utf8mb4 code used in the database table, I don"t know how to write sql

.
select * from comment where content like "%\xf0\x9f\x98\x8a%";

I wrote this. I can"t find the data, but there must be some data

.
Mar.24,2021

is still the same query. How to look it up? like% F0% 9F%% 98%% 8A%, and the escape in the middle will do the% escape and write%

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3ae00-2c278.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3ae00-2c278.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?