A sphere — the cheapest shape to test, and the right default when height genuinely matters (an explosion radius, a proximity check that shouldn't reach through a floor).
When it shouldn't matter, use Circle instead: a player standing on the
roof of a building is 15 metres above the shop below, and a sphere will
exclude them while a circle won't.