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