MATLAB: Sqrt symbol into uitable

uitable

Hi,
how can I insert sqrt symbol into uitable? for example sqrt(2).
Surd doesn't help.
Thank you for help

Best Answer

You can use √ to generate the symbol itself. However, you cannot create the overbar as far as I can tell. For example, this should in theory give the overbar but the renderer is too old to know about text-decoration
'<HTML>&radic;<span style="text-decoration:overline">Overline</span>'