.sortHandler {
    float: left;
    margin-left: 10px;
    font-family: "Font Awesome 5 Pro";
}

.sortAscending:before {
    content: "\f0de";    
}

.sortDescending:before {
    content: "\f0dd";    
}