Unit Converter · Length & font-size

0.36em to rem

0.36em = 0.36rem

Assumes a root font-size of 16px (the browser default). Adjust it in the calculator below if your project uses a different base.

Quick converter

Type into any field — every unit in this category updates instantly.

Root font-size 16px

Common em → rem values

Click any row to open its dedicated page.

emrem
4em 4rem
6em 6rem
8em 8rem
10em 10rem
12em 12rem
14em 14rem
16em 16rem
18em 18rem
20em 20rem
24em 24rem
28em 28rem
32em 32rem
36em 36rem
40em 40rem
44em 44rem
48em 48rem
56em 56rem
64em 64rem
72em 72rem
80em 80rem
96em 96rem
112em 112rem
128em 128rem
144em 144rem
160em 160rem
192em 192rem
224em 224rem
256em 256rem

Convert 0.36em to other units

Formula

rem = px ÷ root-font-size and px = rem × root-font-size. Browsers default the root font-size to 16px, so 1rem normally equals 16px unless the page (or the user's browser settings) changes it.

em works the same way, but relative to the parent element's font-size rather than the root — the numbers only match rem when nothing in the ancestor chain has resized the font.

pt is a print unit: 1pt = 1.333px, based on the fixed 96px-per-inch / 72pt-per-inch relationship browsers use.

Use it in code

Click to copy.