JS regex doesn’t match “À” character [duplicate]

This regular expression: /b(?:A|AO|À|E|O)b/gu is failing to catch the “À” word in this string: ENVIO AO AUTOR E À RÉ and I don’t understand the reason.

Could someone clarify it and/or help me to fix it so that word is captured?

Please see test at Regex101