AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="0.14.0-alpha-811" />

 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.