Subscript in label/textbox

Hi, how do I write subscript in a label or a textbox?

For example C8 where the number 8 would be subscript.

C<sub>8</sub>

You could use a RichText with these properties:

image

to get this result:

image

1 Like

Alternatively, if the Rich Text padding is too much, and you need it to be a Label/TextBox, then you could use the corresponding Unicode character, e.g., from https://www.unicodetables.com/

C₈

Above, I’ve copied and pasted directly from their Superscripts and Subscripts PDF.

1 Like