Invalid character \exists

I was trying to create a new method, and apparently the \exists character is invalid – despite the fact that it is suggested by auto-complete. Is this something normal, or is something wrong on my end?

julia> ∃
ERROR: syntax: invalid character "∃"

https://github.com/JuliaLang/julia/issues/19012