Presentation Form For Vertical Left Angle Bracket

︿

Shortcodes

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

Unicode
U+FE3F
HTML Code
︿
HEX Code
︿
CSS Code
\FE3F
JS/JSON
\uFE3F
Unix/C/PHP/JAVA
0xFE3F
URL-encode
%EF%B8%BF

Customize Presentation Form For Vertical Left Angle Bracket

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

︿
  

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

Insert in HTML

1. Direct symbol:
<span>︿</span>
HTML Code:
<span>&#65087;</span>
HEX Code:
<span>&#xFE3F;</span>

Add with CSS

.presentation-form-for-vertical-left-angle-bracket::before {
  content: '\\FE3F';
}

Set it in JavaScript

document.querySelector('.presentation-form-for-vertical-left-angle-bracket').textContent = '︿';

Related Bracket Symbols

View all Bracket Symbols
copied