Skip to main content

<sup>


  • Date:
    03/05/2024
  • Modified:
    27/05/2026
  • Category:
    Elements

The <sup> element marks superscript text — typographically raised above the baseline. Use for exponents and ordinal indicators (note: for footnote references use <noteRef> instead).

Notes

  • For chemical formulas with complex notation (charges, isotopes, full equations), use <m:math> or <formula> instead.
  • For footnote references in running text, use <noteRef> rather than a <sup> wrapping a number.

Examples

Basic superscript – ..th

<p>It's my mum's 50<sup>th</sup> birthday so it's the perfect <em fontStyle="bold">occasion</em> to have a party.</p>

Basic superscript – ..st

<p>We have an <em fontStyle="bold">introduction</em> at my new school on 1<sup>st</sup> September.</p>

  • Date:
    03/05/2024
  • Modified:
    27/05/2026
  • Category: