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