`root` (binary)
Root
AsciiMath
root(x)(y)
LaTeX
\sqrt[x]{y}
MathML
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mstyle displaystyle="true">
<mroot>
<mi>y</mi>
<mi>x</mi>
</mroot>
</mstyle>
</math>
OMML
<m:oMathPara>
<m:oMath>
<m:rad>
<m:radPr>
<m:ctrlPr>
<w:rPr>
<w:rFonts w:ascii="Cambria Math" w:hAnsi="Cambria Math"/>
<w:i/>
</w:rPr>
</m:ctrlPr>
</m:radPr>
<m:deg>
<m:r>
<m:t>y</m:t>
</m:r>
</m:deg>
<m:e>
<m:r>
<m:t>x</m:t>
</m:r>
</m:e>
</m:rad>
</m:oMath>
</m:oMathPara>
UnicodeMath
√(x&y)