폰트오썸 CSS content 값 (A list of Font Awesome icons and their CSS content values)
위 링크 좌표에서 확인 가능.
요소 앞 배치
selector::before {
content: "\f000";
font-family: FontAwesome;
}
요소 뒤 배치
selector::after {
content: "\f000";
font-family: FontAwesome;
}