White Vertical Ellipse
⬯
Shortcodes
Copy useful codes for white vertical ellipse symbol ⬯ to use in websites, apps, blogs, and docs.
Unicode
U+2B2F HTML Code
⬯ HEX Code
⬯ CSS Code
\2B2F JS/JSON
\u2B2F Unix/C/PHP/JAVA
0x2B2F URL-encode
%E2%AC%AF Customize White Vertical Ellipse
Customize ⬯, download it as SVG or PNG, or copy the generated HTML snippet.
⬯
How to use White Vertical Ellipse Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>⬯</span> HTML Code:
<span>⬯</span> HEX Code:
<span>⬯</span> Add with CSS
.white-vertical-ellipse::before {
content: '\\2B2F';
} Set it in JavaScript
document.querySelector('.white-vertical-ellipse').textContent = '⬯';