WebToolsPlanet
Converter Tools

Point to EM Converter

Convert point (pt) values to CSS EM units. Set the parent font size (default 16px) — the formula is: em = pt × (96 ÷ 72) ÷ base.

Last updated: May 21, 2026

Client-Side Processing
Input Data Stays on Device
Instant Local Execution

Find this tool useful? Support the project to keep it free!

Buy me a coffee

What is Point to EM Converter?

Point (pt) is a typographic unit used in print design. When converting pt to em for screen CSS, you need the parent element's font size in px. At the 16px default, 12pt = 1em.

The formula is: **em = pt × (4/3) ÷ base**. This is useful when translating print typographic specifications to responsive screen CSS.

How to Use Point to EM Converter

1

Set the parent font size (default 16px)

2

Enter pt values, comma or newline separated

3

Copy the EM output or use the reference table

Common Use Cases

  • Developers converting print design specs (in pt) to CSS EM values for screen.
  • Front-end engineers translating @media print pt sizes to equivalent em values.
  • Designers converting typographic point sizes to proportional em values.

Example Input and Output

Convert common print point sizes to EM at the default 16px base.

PT values
9
10
12
14
EM output
9pt → 0.75em
10pt → 0.833333em
12pt → 1em
14pt → 1.16667em

Privacy

All conversions run in your browser. No data is sent to any server.

Frequently Asked Questions

Why is 12pt = 1em at the default?
12pt × (96/72) = 16px. 16px ÷ 16px base = 1em. This is the universal body text baseline.