I have an input string (URL-encoded):
%F0%9F%98%8E
which decoded is the emoji \"
This will return 😎
😎
(note, this answer is based on a modified version of functions provided by this answer here.)