I want to color an exponent differently than its base. I'm trying to do it as shown below, which displays correctly in the editor I'm using, but my screenreader will not read it.
The problem is something to do with how I am bracketing for the color of the exponent. Perhaps it's not possible to set it separately like I'm trying to do? Is there something wrong in the way I've bracketed for the color of the exponent? Or is this a MathJax issue, with the engine not being able to interpret a colored exponent?
\textcolor{darkred}{3}\textcolor{blue}{^{4}} =\textcolor{darkred}{3\cdot 3\cdot 3\cdot 3}=81

