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