i saved and am searching for all string " ! @ # $ % ^ & * ( ) '" symbols in within a field content a database, using the following sql string

Code:
Select ID From Contacts Where '--' || note || '--'  like '%! @ # $ % ^ & * ( ) ""%'
i need a way to either escape all the characters, or encode them so search is easier