Comparing
and
with
and
- Comparing<math display="block">
- <mi mathvariant="normal">i</mi>
- <mi>sin</mi>
- </math>
- with
- <math display="block">
- <mi>i</mi>
- <mi>sin</mi>
- </math>
- and
- <math display="block">
- <mi>𝑖</mi>
- <mi mathvariant="italic">sin</mi>
- </math>
Copy the Code
In Firefox:
Two adjacent <mi> if one is italic and the other is normal, have extra space in between
- <math display="block">
- <mi>i</mi>
- <mi>s</mi>
- </math>
Copy the Code |