So I am working on something simple and hit a problem. I want to use a period as an index’s display instead of numbers like 1,2,3,4 … I blatantly just inserted period and it worked like I wanted it to but the size was small. I have been googling and haven’t found a solution. Does anyone know an Ascii for something that I can use to make the period look like a bullet point(usually big) so anyone who’s using my program can click on the big bullet(period).
Share
Instead of using a period and making it bold you can always use the Unicode bullet character:
http://www.fileformat.info/info/unicode/char/2022/index.htm
In a javascript string it would be
"\u2022"and it would look like this: •