@Edent The pattern I have used for a few years with only one complaint:
```
<h2 id="Because">
Because…
<a href="#Because" class="noprint">
<span aria-hidden="true">#</span>
<span>anchor</span>
</a>
</h2>
```
The `noprint` class could be replaced with a better selector, but I am way overdue to update my HTML / CSS.