JavaScript RegExp unicode Property
The unicode property of a JavaScript regular expression object indicates whether the u (Unicode) flag is enabled. When this flag is set, the regular expression operates in full Unicode mode, allowing correct handling of Unicode characters, such as surrogate pairs, Unicode code points, and properties