2

enter image description here

How to print the square root symbol like picture in wpf ?

Please help me a solution ?

Luke Le
  • 728
  • 1
  • 9
  • 24

1 Answers1

1
 Console.OutputEncoding = Encoding.Unicode;
 Console.WriteLine( "Square root = \u221A" );
Dylan
  • 2,161
  • 2
  • 27
  • 51