Punycode public static class Punycode Represents a Punycode encoding helper class. Documentation Code 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.