The interaction is like this: The user is trying to find an employee's name in a very long list sorted alphabetically. He/she only knows the employee's name starts with an "F". How to design the segmentation/pagination of the list?
I have some proposal below.
Select the starting letter from the drop-down list which contains 26 letters.

Select a range from the drop-down list

Use the left hand side to jump to names starting with selected letter

Similar selector but divided by ranges

Any other ideas?

