20 PT to EM

Result

20 pt = 1.67 em


Explanation

  • PT — 20

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

CSS code for 20 PT to EM

p { font-size: 1.67em }

HTML (inline CSS):

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