AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="0.17.0-alpha-172" />

 Punycode

public static class Punycode
Represents a Punycode encoding helper class.
public static IDictionary<char, char> Symbols

A list of available punycode character mappings.

public static string Encode(string text)

Encodes the given text using Punycode.