Presentation Form For Vertical Horizontal Ellipsis

Shortcodes

Copy useful codes for presentation form for vertical horizontal ellipsis symbol ︙ to use in websites, apps, blogs, and docs.

Unicode
U+FE19
HTML Code
︙
HEX Code
︙
CSS Code
\FE19
JS/JSON
\uFE19
Unix/C/PHP/JAVA
0xFE19
URL-encode
%EF%B8%99

Customize Presentation Form For Vertical Horizontal Ellipsis

Customize ︙, download it as SVG or PNG, or copy the generated HTML snippet.

  

How to use Presentation Form For Vertical Horizontal Ellipsis Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>︙</span>
HTML Code:
<span>&#65049;</span>
HEX Code:
<span>&#xFE19;</span>

Add with CSS

.presentation-form-for-vertical-horizontal-ellipsis::before {
  content: '\\FE19';
}

Set it in JavaScript

document.querySelector('.presentation-form-for-vertical-horizontal-ellipsis').textContent = '︙';
copied