superElementElementElement functions can be customized with set and show rules.
Element
Element functions can be customized with 
set and show rules.Renders text in superscript.
The text is rendered smaller and its baseline is raised.
Example
1#super[st] try!

ParameterParameterParameters are input values for functions. Specify them in parentheses after the function name.
Parameter
Parameters are input values for functions. Specify them in parentheses after the function name.
super(,,size:,)->typographicSettableSettableSettable parameters can be set using the set rule, changing the default value used thereafter.
typographicSettable
Settable
Settable parameters can be set using the 
set rule, changing the default value used thereafter.Whether to prefer the dedicated superscript characters of the font.
If this is enabled, Typst first tries to transform the text to superscript codepoints. If that fails, it falls back to rendering raised and shrunk normal letters.
Show example
N#super(typographic: true)[1]
N#super(typographic: false)[1]

Default value:
truebaselineSettableSettableSettable parameters can be set using the set rule, changing the default value used thereafter.
baselineSettable
Settable
Settable parameters can be set using the 
set rule, changing the default value used thereafter.The baseline shift for synthetic superscripts. Does not apply if
typographic is true and the font has superscript codepoints for the
given body.
Default value:
-0.5emsizeSettableSettableSettable parameters can be set using the set rule, changing the default value used thereafter.
sizeSettable
Settable
Settable parameters can be set using the 
set rule, changing the default value used thereafter.The font size for synthetic superscripts. Does not apply if
typographic is true and the font has superscript codepoints for the
given body.
Default value:
0.6embodyRequiredRequiredRequired parameters must be specified when calling the function.PositionalPositionalPositional parameters can be set by specifying them in order, omitting the parameter name.
bodyRequired
Required
Required parameters must be specified when calling the function.
Positional
Positional
Positional parameters can be set by specifying them in order, omitting the parameter name.
The text to display in superscript.