You could set the CSS for the text that should appear under the overbar as
text-decoration:overline
EDIT: This comes pretty darn close to what you want (Chrome 4.1.249):
<div style="font-family: Georgia; font-size: 200%">
<span style="vertical-align: -15%;">√</span>
<span style="text-decoration: overline; vertical-align:-20%;"> x + 1 </span>
</div>
Unfortunately there does not appear to be a way to modify the thickness of the overline itself...
Matthew Jones
2010-05-18 20:34:48