Convert characters to Unicode escape sequences (\uXXXX format). Useful for embedding special characters in source code.
Example
Hi → \u0048\u0069
ABC → \u0041\u0042\u0043
! → \u0021
Chain this tool with others in the Pipeline Builder →
Create multi-step text transformations