10 PT to EM

Result

10 pt = 0.83 em


Explanation

  • PT — 10

To convert 10 points to EM you need to multiply PT value by 0.0836, in our case: 10 × 0.0836. In result we'll receive that 10 pt is equal to 0.83 em

CSS code for 10 PT to EM

p { font-size: 0.83em }

HTML (inline CSS):

<p style="font-size: 0.83em">Hello World<p>
Open PT to EM converter