Add back in child theme what the parent theme removed with remove_action

Choosing a higher priority for both the script AND the styles seems to work:

add_action('wp_head', 'print_emoji_detection_script', 8);
add_action('wp_print_styles', 'print_emoji_styles', 8);