Presentation Form For Vertical Right Double Angle Bracket

Shortcodes

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

Unicode
U+FE3E
HTML Code
︾
HEX Code
︾
CSS Code
\FE3E
JS/JSON
\uFE3E
Unix/C/PHP/JAVA
0xFE3E
URL-encode
%EF%B8%BE

Customize Presentation Form For Vertical Right Double Angle Bracket

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

  

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

Insert in HTML

1. Direct symbol:
<span>︾</span>
HTML Code:
<span>&#65086;</span>
HEX Code:
<span>&#xFE3E;</span>

Add with CSS

.presentation-form-for-vertical-right-double-angle-bracket::before {
  content: '\\FE3E';
}

Set it in JavaScript

document.querySelector('.presentation-form-for-vertical-right-double-angle-bracket').textContent = '︾';

Related Bracket Symbols

View all Bracket Symbols
copied