CSS 데모: text-underline-position 데모 버튼을 클릭해 보세요!
selector {
    text-decoration: underline;
    text-underline-position: /* value */;
}
:root {
    text-underline-position: under; /* 모든 요소에 상속됨 */
}

caniuse.com에서 더 자세한 정보를 확인해 보세요.