Plurimath

`sansserifbolditalic` (unary)

Sansserifbolditalic

MathML

<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
  <mstyle displaystyle="true">
    <mstyle mathvariant="sans-serif-bold-italic">
      <mtext>x</mtext>
    </mstyle>
  </mstyle>
</math>

OMML

<m:oMathPara>
  <m:oMath>
    <m:r>
      <m:rPr>
        <m:scr m:val="sans-serif"/>
        <m:sty m:val="bi"/>
      </m:rPr>
      <m:t>x</m:t>
    </m:r>
  </m:oMath>
</m:oMathPara>

UnicodeMath

\mbfitsans(x)
Note
In other conversions, the value of the class will be processed as a simple text. For example, the output of this example in AsciiMath will be represented as x.