CSS 데모: text-underline-position (underline의 위치 설정) 데모 버튼을 클릭해 보세요!
selector {
    text-decoration: underline;
    text-underline-position: /* value */;
}
CSS 데모: text-underline-offset (underline의 간격 띄우기를 설정) 데모 버튼을 클릭해 보세요!
selector {
    text-decoration: underline;
    text-underline-offset: /* value */;
}