Five Dot Punctuation
⁙
UNICODE
U+02059HEX CODE
⁙HTML CODE
⁙HTML ENTITY
—CSS CODE
\2059 // html example
<span>⁙</span> // css example
span {
content: "\2059";
} ⁙
U+02059⁙⁙—\2059 // html example
<span>⁙</span> // css example
span {
content: "\2059";
}