Finding out Unicode character name in .Net

It’s easier than ever now, as there’s a package in nuget named Unicode Information

With this, you can just call:

UnicodeInfo.GetName(character)

Leave a Comment