Anchor with padding so your browser doesn’t cut off the content you’re anchoring to.
CSS:
a.anchor-person { display: block; position: relative; top: -50px; visibility: hidden; }
The anchor:
<a class="anchor-person" id="<?php echo $sanitized; ?>"></a> // other stuff for your anchor