こんな感じです。↓
\f0daの部分はフォントオ~サムのサイトに書いてあるのを適宜入れる。
a.arr:before {
font-family: 'Font Awesome 5 Free';
content: '\f0da';
font-size: 0.9em;
margin: 0px 3px;
font-weight: 900;
}
でもこんな感じになって不格好!!

というときはコレを追記。
解決解決。
display:inline-block;
こんな感じです。↓
\f0daの部分はフォントオ~サムのサイトに書いてあるのを適宜入れる。
a.arr:before {
font-family: 'Font Awesome 5 Free';
content: '\f0da';
font-size: 0.9em;
margin: 0px 3px;
font-weight: 900;
}
でもこんな感じになって不格好!!

というときはコレを追記。
解決解決。
display:inline-block;