How to make 3 vertical dots using CSS?

前端 未结 8 2056
面向向阳花
面向向阳花 2020-12-23 14:18

I want to have 3 dots on my page to, for example, toggle the display of a contextual menu. How can I achieve this using CSS?

8条回答
  •  天命终不由人
    2020-12-23 14:33

    Unicode includes ⠇ which is the Braille symbol for the letter "U". To use, just use the HTML entity in your code.

提交回复
热议问题