How would I search for text that contains emojis?
问题 We have a MySQL InnoDB table, with a text field COLLATE utf8mb4_unicode_ci . I need to search for rows that contain any emoji characters. I've searched through quite a few SO questions, but people seem to have a list of emojis they are searching for. I'm actually looking for a solution that will find ANY emoji. Here are some posts that are not helping. This one seems to come closest to actually providing me with what I'm looking for, but the OP hasn't actually posted his search code. Thanks!