Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
mohamedkhallouq
GitHub Repository: mohamedkhallouq/content
Path: blob/main/files/en-us/web/mathml/element/mn/index.md
6532 views
---
title: <mn> slug: Web/MathML/Element/mn browser-compat: mathml.elements.mn
---

{{MathMLRef}}

The <mn> MathML element represents a numeric literal which is normally a sequence of digits with a possible separator (a dot or a comma). However, it is also allowed to have arbitrary text in it which is actually a numeric quantity, for example "eleven".

Attributes

This element accepts the global MathML attributes.

Examples

<math display="block"> <mn>0</mn> </math> <math display="block"> <mn>1.337</mn> </math> <math display="block"> <mn>twelve</mn> </math> <math display="block"> <mn>XVI</mn> </math> <math display="block"> <mn>2e10</mn> </math>

{{ EmbedLiveSample('mi_example', 700, 200, "", "") }}

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}