What is the equivalent hook for both admin_head() and wp_head() combined, if any?

There is no global head hook to target the front-end and back-end in WordPress.

My CSS needs to target the Admin Bar. Previewing a post/page while logged requires both wp_head() and admin_head().