Dev Patrache

CSS Units Reference

UnitNameTypeDescriptionExample
pxPixelsabsoluteOne pixel on screen. The most basic unit.font-size: 16px;
emEmrelativeMultiple of the parent element font-size.padding: 1.5em;
remRoot EmrelativeMultiple of the root (html) element font-size.margin: 2rem;
%PercentrelativePercentage relative to the corresponding parent property.width: 50%;
vwViewport Widthviewport1% of the viewport width.width: 100vw;
vhViewport Heightviewport1% of the viewport height.height: 100vh;
vminViewport Minviewport1% of the smaller of vw and vh.font-size: 5vmin;
vmaxViewport Maxviewport1% of the larger of vw and vh.width: 50vmax;
dvhDynamic VHviewportDynamic viewport height (accounts for mobile address bar).height: 100dvh;
svhSmall VHviewportSmallest viewport height.min-height: 100svh;
lvhLarge VHviewportLargest viewport height.max-height: 100lvh;
chCharacterrelativeBased on the width of the "0" character.max-width: 60ch;
exX-HeightrelativeBased on the height of the "x" character.line-height: 2ex;
cmCentimetersabsoluteCentimeters. For print.width: 10cm;
mmMillimetersabsoluteMillimeters. For print.margin: 5mm;
inInchesabsoluteInches (1in = 96px).width: 2in;
ptPointsabsolutePoints (1pt = 1/72in).font-size: 12pt;
cqiContainer Inlinecontainer1% of the container inline size.font-size: 5cqi;
cqbContainer Blockcontainer1% of the container block size.padding: 2cqb;
19개 표시 중
Last updated: 2026 · Free online tool

What is CSS Units Reference?

Free online CSS units reference covering px, em, rem, %, vw, vh, vmin, vmax and ch by category, with clear explanations of when and how to use each absolute and relative unit.

How to Use

  1. 1
    Search— Search for the item you need by keyword.
  2. 2
    Category— Filter by category buttons.
  3. 3
    Copy— Copy the item you need.

Related Tools

Frequently Asked Questions

A free online tool to browse CSS units like px, em, rem, vh, vw by category.

Yes, you can search in real-time by keyword.

No. It uses static data and works offline.

Yes, click on any item to copy it.

Yes, the responsive design works on mobile devices.

This site uses cookies for better experience and advertising. Learn more