Triangular Bullet

If you have ever needed a ‣ Triangular Bullet Symbol for work or school, but could not find it on your keyboard, you can copy and paste the symbol above or by clicking the button below.

Copy ‣ Symbol to Clipboard

Triangular Bullet Codes

U+02023

Unicode

‣

Hex Code

‣

HTML Code

\2023

CSS Code

Triangular Bullet Code Examples

HTML Example

<span> &#8227; </span>

CSS Example

span {
   content: "\2023";
}

Symbol Copied!