`bar` (unary)
Bar
AsciiMath
bar(x)
LaTeX
\overline{x}
MathML
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mstyle displaystyle="true">
<mover>
<mi>x</mi>
<mo>¯</mo>
</mover>
</mstyle>
</math>
OMML
<m:oMathPara>
<m:oMath>
<m:bar>
<m:barPr>
<m:pos m:val="top"/>
<m:ctrlPr>
<w:rPr>
<w:rFonts w:ascii="Cambria Math" w:hAnsi="Cambria Math"/>
<w:i/>
</w:rPr>
</m:ctrlPr>
</m:barPr>
<m:e>
<m:r>
<m:t>x</m:t>
</m:r>
</m:e>
</m:bar>
</m:oMath>
</m:oMathPara>