.crawlspider2::after {
    content: "<<";
    display: inline-block;
    width: 20px; /* Adjust size as needed */
    height: 20px; /* Adjust size as needed */
    margin-right: 5px; /* Adjust spacing between icon and text */
}

/*
.crawlspider::after {
   content: " \F11B";
   font-family: "Bootstrap-icons";
   padding-inline-end: .5em;
}
*/
 
/*
a[rel="external"]:after {
  content: "\00a0\00a0\f08e";
  font-family: FontAwesome;
  font-size: 0.7em;
  line-height: 1;
}
*/