How to print the square root symbol like picture in wpf ?
Please help me a solution ?
Console.OutputEncoding = Encoding.Unicode; Console.WriteLine( "Square root = \u221A" );