The problem with the \uXXXX approach is, that it is not supported by all Regex flavours. For example Visual C++ does not support it.
There, you would need to enumerate the actual letters.
I recommend to use a tool like https://www.regexbuddy.com/ that knows as many flavors as possible.