Let's scan every symbol in the arrangement individually, checking whether a consonant sits directly on both sides of it, then compare the tally to each option.
Checking each symbol in turn: \(\#\) has a vowel on one side, so it fails; \(\$\) sits between D and V, both consonants, so it qualifies; @ sits between V and B, both consonants, so it qualifies; © has a vowel on one side, so it fails; \(\%\) sits between C and P, both consonants, so it qualifies; \(*\) sits between M and Z, both consonants, so it qualifies. That gives four qualifying symbols in total: \(\$\), @, \(\%\), and \(*\).
The symbol-by-symbol neighbour check confirms four qualifying cases.
Hence, the correct answer is Four.
