22 PT to REM
Result
22 pt = 1.8392 rem
Explanation
- PT — 22
To convert 22 points to REM you need to multiply PT value by 0.0836, in our case: 22 × 0.0836. In result we'll receive that 22 pt is equal to 1.8392 rem
CSS code for 22 PT to REM
p { font-size: 1.8392rem }
HTML (inline CSS):
<p style="font-size: 1.8392rem">Hello World<p>