Convert between CSS units: px, em, rem, vh, vw, %, pt, pc, in, cm, mm. Professional tool for responsive web design and development.
| Unit | Type | Description | Use Case | Browser Support |
|---|---|---|---|---|
| px | Absolute | Pixels - fixed size units | Precise layouts, borders, shadows | ✅ Universal |
| em | Relative | Relative to parent element font size | Scalable components, margins | ✅ Universal |
| rem | Relative | Relative to root element font size | Consistent scaling, typography | ✅ IE9+ |
| vh | Viewport | 1% of viewport height | Full screen sections, mobile layouts | ✅ IE9+ |
| vw | Viewport | 1% of viewport width | Responsive typography, containers | ✅ IE9+ |
| vmin | Viewport | 1% of smaller viewport dimension | Square elements, mobile-first | ✅ IE9+ |
| vmax | Viewport | 1% of larger viewport dimension | Background sizing, overlays | ✅ IE9+ |
| % | Relative | Percentage of parent element | Flexible layouts, responsive design | ✅ Universal |
| pt | Absolute | Points (1/72 of an inch) | Print stylesheets | ✅ Universal |
| ch | Relative | Width of the "0" character | Monospace layouts, code blocks | ✅ IE9+ |