StepWay 1:
Try using:
$ git branch -d -- myBranch<U+0094> -- is here to inform getopt to stop parsing options.
StepWay 2:
- If you're using
PowerShellthen the escape character is the " ` " (backward apostrophe/grave or backtick). - If you're using
cmd.exethen the escape character is " ^ " (carat) - If you're using
bashthen the escape character is " \ " (backslash)
Use those escaping characters to escape special characters.
$ git branch -d myBranch\<U\+0094\>