9 PT to EM

Result

9 pt = 0.75 em


Explanation

  • PT — 9

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

CSS code for 9 PT to EM

p { font-size: 0.75em }

HTML (inline CSS):

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