mathmlmo

Math ML MO uses


What do following snippets of code do in Math ML files? I removed those lines and it still worked fine for me.

<mo>&#8289;</mo>
<mo>&#8290;</mo>
<mo>&#63449;</mo>

Answering to any of them or just letting me know what they are would be very much appreciated.


Solution

  • The first two are &#8289; function application and &#8290; invisible times. They help indicate semantic information, see this Wikipedia entry

    The last one, &#63449;, could be anything since it lies in the Unicode Private Use Area which is provided so that font developers can store glyphs that do not correspond to regular Unicode positions. (Unless it's a typo and really 6349 in which case it's a a Han character.)