So, so many ways.

Another - Name a transparent circle, Name="circledots"

Add:

Code:
<style>  #circledots {
  border-radius: 50%;
  border: 10px dotted orange;
}
</style>
to the Page Head Code.

Acorn