This page is Ready to Use

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

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

DOM Interface
mathml

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 cc-by-sa-small-wpd.svg: Article