Try use OR in your WHERE clause with N'...' for HTML Entities, like this:
SELECT * FROM @temp WHERE string LIKE N'%☑%' OR string LIKE N'%🎃%' OR string LIKE N'%🍰%'