In HTML, we can include any Unicode characters. All special characters in HTML are specified in the form:

&spec;

These special characters all start with the ampersand and end with a semicolon. How would you specify the symbols ¬ , ∨ , and ∧ in HTML?

google is your friend. Look up unicode characters.