14px to pt
14px = 10.5pt
px and pt are both absolute CSS units, so this ratio never changes.
How it is calculated
One px is 0.75pt, so:
14px × 0.75 = 10.5pt
Reversing it, 10.5pt × 1.3333 returns 14px.
Nearby values
| px | pt |
|---|---|
| 8px | 6pt |
| 10px | 7.5pt |
| 12px | 9pt |
| 14px | 10.5pt |
| 16px | 12pt |
| 18px | 13.5pt |
| 20px | 15pt |
Frequently asked questions
What is 14px in pt?
10.5pt.
How is 14px converted to pt?
Multiply by 0.75: 14 × 0.75 = 10.5. To go back, multiply 10.5 by 1.3333.
Does zoom or font size change 14px?
No. px and pt are both absolute CSS units, so the ratio is fixed and 14px is 10.5pt in every context.