본문으로 건너뛰기
Redmoon Converters
🧰 기타 변환

글자 크기 변환기 (pt, px, rem, em, %)

브라우저 기본 크기를 조정하며 웹과 인쇄용 글자 크기를 pt, px, rem, em, 퍼센트 간에 변환하세요.

Default browser is 16px. Many designs use 10px ("62.5%") for easy math.
em is relative to its parent; rem is relative to the root.
Converted size
Preview:
The quick brown fox jumps over the lazy dog.
UnitValueCSS
계산 원리

1 pt = 1.3333 px at 96 DPI (CSS standard). 1 rem = base px. 1 em = parent px. 100% = parent px. All conversions route through pixels first.

Use rem for accessible body text (respects user zoom), em for component-scoped sizing, px for fixed UI chrome.

다른 이름

font size converterpt to pxrem to px converterem to px

관련 도구