Encoding
The Unicode and HTML character codes for the radical symbols are:
U+221A √ SQUARE ROOT (√, √)
U+221B ∛ CUBE ROOT
U+221C ∜ FOURTH ROOT
U+23B7 ⎷ RADICAL SYMBOL BOTTOM
However, these characters differ in appearance from most mathematical typesetting by omitting the overline connected to the radical symbol, which surrounds the argument of the square root function. The OpenType math table allows adding this overline following the radical symbol.
The Symbol font displays the character without any vinculum whatsoever; the overline may be a separate character at 0x60. The JIS, Wansung and CNS 11643 code charts include a short overline attached to the radical symbol, whereas the GB 2312 and GB 18030 charts do not.
Additionally a "Radical Symbol Bottom" (U+23B7, ⎷) is available in the Miscellaneous Technical block. This was used in contexts where box-drawing characters are used, such as in the technical character set of DEC terminals, to join up with box drawing characters on the line above to create the vinculum.
In LaTeX the square root symbol may be generated by the \sqrt macro, and the square root symbol without the overline may be generated by the \surd macro.