Imports SystemModule IsSurrogateSample Sub Main() Console.WriteLine(Char.IsSurrogate("a"c)) End SubEnd Module