Presentation Form For Vertical Right Angle Bracket

Shortcodes

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

Unicode
U+FE40
HTML Code
﹀
HEX Code
﹀
CSS Code
\FE40
JS/JSON
\uFE40
Unix/C/PHP/JAVA
0xFE40
URL-encode
%EF%B9%80

Customize Presentation Form For Vertical Right Angle Bracket

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

  

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

Insert in HTML

1. Direct symbol:
<span>﹀</span>
HTML Code:
<span>&#65088;</span>
HEX Code:
<span>&#xFE40;</span>

Add with CSS

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

Set it in JavaScript

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

Related Bracket Symbols

View all Bracket Symbols
copied