1 PT to EM

Result

1 pt = 0.08 em


Explanation

  • PT — 1

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

CSS code for 1 PT to EM

p { font-size: 0.08em }

HTML (inline CSS):

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