Easy Tutorial
❮ Jsref Setutcseconds Prop Meta Httpequiv ❯

JavaScript RegExp \uxxxx Meta Character


Definition and Usage

The \uxxxx meta character is used to find the Unicode character specified by the hexadecimal number xxxx.

If no match is found, it returns null.

Syntax


Browser Support

All major browsers support the \uxxxx meta character.


Example

Example

Perform a global search for the hexadecimal 0057 (W) in the string:

The text below, marked, shows where the expression matches: W3Schools. Hello World!


❮ Jsref Setutcseconds Prop Meta Httpequiv ❯