4 PT to EM

Result

4 pt = 0.33 em


Explanation

  • PT — 4

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

CSS code for 4 PT to EM

p { font-size: 0.33em }

HTML (inline CSS):

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