한글 위도우 - \(백슬래시)가 \(원화)기호로 나타남
방법 : 한글 글꼴이 아닌 영문폰트 사용
ex) HTML
<div>
ucong\haha\hoho
</div>
ex) CSS
font-family:Gulim; // 한글폰트 : 굴림
결과 : ucong\haha\hoho
font-family:Arial; // 영문 폰트 : Arial
결과 : ucong\haha\hoho
'HTML\CSS > 개념' 카테고리의 다른 글
[ HTML / CSS ] 클래스 (0) | 2020.11.30 |
---|---|
[ CSS ] 노말라이즈 (0) | 2020.11.29 |
[ CSS ] border-radius (0) | 2020.11.26 |
[ CSS ] nth-child , first-child, nth-last-child, last-child (0) | 2020.11.26 |
[ HTML / CSS ] img (0) | 2020.11.25 |