bitcoin-cli console walletpassphrase can't unlock wallet Password with some special characters will not work
<!-- Describe the issue -->
I am trying unlock my wallet by console using: walletpassphrase, my problem is in my password i have a lot special characters, like: `^"'@-#&%*;_ I tried include \ before the special characters and did not help.
can you guys share for me what is considered be a special characters here in bitcoin cli? as well could guys give a sample of solve this problem here?
the commnand i used to open the wallet for 20 minutes was: walletpassphrase "`^"'@-#&%*;_" 1200
so my question is how to fix this problem and make my wallet understand what is special characters and what is not.
thank you.