I want to write a formular with MathJax where I use a font-awesome icon as a replacement for an mathematical symbol.
If I try something like
$$6 \cdot <i class="fa fa-home" aria-hidden="true"></i> + 5 \cdot <i class="fa fa-home" aria-hidden="true"></i>$$
I get
Is there an easy way to get font-awesome icons integrated in MathJax?