How can I check if pin A0 is LOW or HIGH

pinA0state = digitalRead(A0);
or
pinA0state = digitalRead(14);