This question is a follow up to:
Why the display of Unicode characters for superscripted digits are not at the same height?
I would like to find a commonly available font, or better a font stack, which will give consistent display of the numeral sub- and superscript Unicode characters. These are represented in HTML thus:
⁰¹²³⁴⁵⁶⁷⁸⁹
₀₁₂₃₄₅₆₇₈₉
⁰¹²³⁴⁵⁶⁷⁸⁹₀₁₂₃₄₅₆₇₈₉
With the standard SO font stack on Chrome/Windows, superscript 1 2 and 3 look different to the other digits. How can I find a font which shows all of these glyphs consistently? Or is there a better set of Unicode characters I should use? I don't want to use <sup>
or other <span>
style if I can avoid it.