<msqrt>

Baseline 2023

Newly available

Since January 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.

The <msqrt> MathML element is used to display square roots (no index is displayed). The square root accepts only one argument, which leads to the following syntax: <msqrt> base </msqrt>.

Attributes

This element accepts the global MathML attributes.

Examples

html
<math display="block">
  <msqrt>
    <mi>x</mi>
  </msqrt>
</math>

Technical summary

Specifications

Specification
MathML Core
# radicals-msqrt-mroot

Browser compatibility

BCD tables only load in the browser

See also