6 PT to EM

Result

6 pt = 0.50 em


Explanation

  • PT — 6

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

CSS code for 6 PT to EM

p { font-size: 0.50em }

HTML (inline CSS):

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