I tried Rendering Emoji with PIL
with
unicode_text = u"\U0001f44d"
"You may give a Fake " + unicode_text + "card as you swap.",
I found this open issue.
https://github.com/python-pillow/Pillow/issues/1774
I have the characters ✨ I would like to render in a string using PIL drawing text.