5 PT to EM

Result

5 pt = 0.42 em


Explanation

  • PT — 5

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

CSS code for 5 PT to EM

p { font-size: 0.42em }

HTML (inline CSS):

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