TT-12716
For the UNISTR SQL function, '\' must be followed by four hexadecimal characters or another '\'
Additional Information
The UNISTR function argument allows the back-slash character only as an escape for a hexadecimal Unicode character or itself. For example:
UNISTR('\0041')
UNISTR('abc\\nop')