Is there a way in .Net to find out, what Unicode name certain character has?
If not, is there a library that can do this?
It isn't a built-in feature in .NET. You can find out from Charmap.exe, it displays the codepoint name in the status bar. If you need that in your own program you could compile the Unicode Character Database into your app.