Is there a larger version of • ?
•
& bull; Now it's big
<li>
You can put it in a <span> with a large font, but the same line-height .
<span>
line-height
You can also try BLACK CIRCLE ● ●.I do not know how many platforms will work.
●
You can also set font-size in CSS above:
font-size
.bullelements{ font-size:2rem; }
<html> <head> </head> <body> ...<span class="bullelements">•</span> </body> </html>
Now you can set the font-size to your size.
Just my friend! Check this:
ul{ list-style-type: none; margin-left: 0; padding-left: 0; } ul li::before { content: "● "; color: #2C92C5; padding-right: 5px; }