Output :

VB.Net Love Symbol

Explanation : Actually here we are printing the ASCII smbol of 3 . Which gives a love symbol.
you can also print directly by writing the following code.

 Console.Write(Convert.ToChar(3))  or  Console.Write(ChrW(3))