https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108717
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- This is accepted: ``` int operator"" _µm(long double magnitude) noexcept // Micro sign, unicode 0x00b5 { return magnitude; } ``` NOTE the space.