using System; public class Test { public static void Main() { // Highest / last Code Point = U+10FFFF // One value higher than the Highest Code Point / UTF-32 via \\U: Console.WriteLine("\U00110000"); } }