fn figure_label_prefix(supplement: &str, number: &str) -> StringExpand description
Join a figure’s supplement word and number into the cohesive label
token used in both captions and references: "Figure\u{00A0}1",
non-breaking so the word never wraps off its number. An empty
supplement renders the number alone ("1"), with no word and no
leading space.