Unique to you, each emoji is assigned randomly. It'd be cool if they were computed/encoded from the string, but I couldn't figure out a good way to do that without needing to make the replacement many emoji long.
Hash the input text, match that number mod total amount of emojis to emoji id.
Hash the input text, match that number mod total amount of emojis to emoji id.