Presentation Form For Vertical Left White Lenticular Bracket

Shortcodes

Copy useful codes for presentation form for vertical left white lenticular bracket symbol ︗ to use in websites, apps, blogs, and docs.

Unicode
U+FE17
HTML Code
︗
HEX Code
︗
CSS Code
\FE17
JS/JSON
\uFE17
Unix/C/PHP/JAVA
0xFE17
URL-encode
%EF%B8%97

Customize Presentation Form For Vertical Left White Lenticular Bracket

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

  

How to use Presentation Form For Vertical Left White Lenticular Bracket Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>︗</span>
HTML Code:
<span>&#65047;</span>
HEX Code:
<span>&#xFE17;</span>

Add with CSS

.presentation-form-for-vertical-left-white-lenticular-bracket::before {
  content: '\\FE17';
}

Set it in JavaScript

document.querySelector('.presentation-form-for-vertical-left-white-lenticular-bracket').textContent = '︗';
copied