I need the output to be a special character from an arrow pointing to the right (→) for example, whose Unicode code is U + 1F812. I have tried to write in various ways always with \ or % preceding the Unicode code (similar to writing a tab or breaking line) and get the following error:
> bash: syntax error near unexpected token '"\u2191"'
Home
How should the syntax for the output of these special characters be and what UTF-8, UTF-32 etc. should be. interfere with this?