9 PT to REM

Result

9 pt = 0.7524 rem


Explanation

  • PT — 9

To convert 9 points to REM 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.7524 rem

CSS code for 9 PT to REM

p { font-size: 0.7524rem }

HTML (inline CSS):

<p style="font-size: 0.7524rem">Hello World<p>
Open PT to REM converter