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