To find the median of a list of numbers, we need to arrange them in numerical order first:
2, 2, 3, 4, 7, 8, 12, 14, 16
There are 9 numbers in the list, which is an odd number, so the median will be the middle number. In this case, the middle number is 7. Therefore, the median of this list of numbers is 7.