mglyph
Summary
The MathML mglyph element is used to display non-standard symbols where existing Unicode characters are not available. It may be used within token elements.
Overview Table
Examples
This example demonstrates a simple usage of the mglyph element:
<math>
  <mi><mglyph src="my-glyph.png" alt="my glyph"/></mi>
</math>
Related specifications
- MathML 3.0
 - W3C Recommendation
 
Attributions
Mozilla Developer Network
: Article