Vertical Four Dots
⁞
UNICODE
U+0205EHEX CODE
⁞HTML CODE
⁞HTML ENTITY
—CSS CODE
\205E // html example
<span>⁞</span> // css example
span {
content: "\205E";
} ⁞
U+0205E⁞⁞—\205E // html example
<span>⁞</span> // css example
span {
content: "\205E";
}