Three Dot Punctuation
⁖
UNICODE
U+02056HEX CODE
⁖HTML CODE
⁖HTML ENTITY
—CSS CODE
\2056 // html example
<span>⁖</span> // css example
span {
content: "\2056";
} ⁖
U+02056⁖⁖—\2056 // html example
<span>⁖</span> // css example
span {
content: "\2056";
}