I'd missed the discouraged part. Is that also the case for Angstrom, I hope?
With respect to unit symbols whose Unicode code points as units have canonical equivalents as Greek letters, this was previously brought up in the telecon on November 29, 2023 (minutes), where I pointed out that the existing precedent in the standard is to use the unit version, since iostream formatting of
std::chrono::durationusesU+00B5 (MICRO SIGN)rather thanU+03BC (GREEK SMALL LETTER MU)for microseconds. (See [time.duration.io]p(1,5)).
For compatibility purposes, a few Greek letters are separately encoded as symbols in other character blocks. Examples include U+00B5 µ MICRO SIGN in the Latin-1 Supplement character block and U+2126 Ω OHM SIGN in the Letterlike Symbols character block. The ohm sign is canonically equivalent to the capital omega, and normalization would remove any distinction. Its use is therefore discouraged in favor of capital omega. The same equivalence does not exist between micro sign and mu, and use of either character as a micro sign is common. For Greek text, only the mu should be used.