I want to use the following unicode characters in python to display the unit W_rms.
However it seems the subscript "r" is different to the others:
I used the following codes:
>>> print('w\u1d63\u2098\u209b')
wᵣₘₛ
Any help is appreciated.
I tried to change the order of the codes, did not resolve the issue.