23 PT to REM

Result

23 pt = 1.9228 rem


Explanation

  • PT — 23

To convert 23 points to REM you need to multiply PT value by 0.0836, in our case: 23 × 0.0836. In result we'll receive that 23 pt is equal to 1.9228 rem

CSS code for 23 PT to REM

p { font-size: 1.9228rem }

HTML (inline CSS):

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