Julia programming language
https://docs.julialang.org/en/stable/manual/strings/
- Input of Unicode character in single quotes
- \u followed by up to four hexadecimal digits or
- \U followed by up to eight hexadecimal digits
https://docs.julialang.org/en/stable/manual/strings/