<span class="dli-overthere-right"></span>
 
  .dli-overthere-right {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 0.625em;
  height: 0.625em;
  border-style: solid;
  border-color: currentColor;
  border-width: 0.3125em 0 0 1px;
  border-radius: 0.625em 0 0 0;
  box-sizing: border-box;
}
.dli-overthere-right::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.40625em 0.40625em;
  border-left-color: currentColor;
  border-right: 0;
  position: absolute;
  top: -0.15625em;
  left: 100%;
  transform: translateY(-50%);
}