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