I have an elm-ui app and I am trying to create an element with a superscript component (e.g. x10^9/L) where ^9 would be superscript.
I have read the docs and the only way I can see to do this is to use Element.Font.variant (Element.Font.feature “sups” True). This doesn’t appear to work though.
Does anyone have any ideas?