How can I get the name of a UnicodeScalar
in Swift?
E.g. from The Swift Programming Language - Strings And Characters:
"\u{1F425}" - FRONT-FACING BABY CHICK ("")
Is there an API to get that name "FRONT-FACING BABY CHICK" in Swift?
I remember seeing a solution, but I can't find it anymore.