xxxxxxxxxx
select {
-webkit-appearance: none;
-moz-appearance: none;
text-indent: 1px;
text-overflow: '';
}
xxxxxxxxxx
# Assuming the arrow symbol is 'â••'
text = "This is a sample string â•• without arrows â•• in between"
output = text.replace('â••', '')
print(output)