JavaScript RegExp Object
The \uxxxx character is used to find the Unicode character specified by a hexadecimal number xxxx.
If no match is found, it returns null.
![]()
The \uxxxx metacharacter is supported in all major browsers.
Do a global search for the hexadecimal number 0057 (W) in a string:
The marked text below shows where the expression gets a match:
JavaScript RegExp Object
Your message has been sent to W3Schools.