how to display ranges in filters

I have some filters, and I want to display ranges, I am just not sure what the most intuitive way to achieve this is.

So for the first filter, it would from 0 to 10, there are several ways to display it:

  • -10
  • 0-10
  • less than 10
  • < 10

Then the ones containing ranges

  • 10 to 20
  • 10 - 20

And then the last ones

  • 100 +
  • more than 100
  • 100 <

What method is most intuitive?