In JavaScript we can match individual Unicode codepoints or codepoint ranges by using the Unicode escape sequences, e.g.:
\"A\".match(/\\u0041/) // => [\"
Here's a JS plugin that adds Unicode support to RegEx
http://xregexp.com/plugins/