Presentation Form For Vertical Right Parenthesis

Shortcodes

Copy useful codes for presentation form for vertical right parenthesis symbol ︶ to use in websites, apps, blogs, and docs.

Unicode
U+FE36
HTML Code
︶
HEX Code
︶
CSS Code
\FE36
JS/JSON
\uFE36
Unix/C/PHP/JAVA
0xFE36
URL-encode
%EF%B8%B6

Customize Presentation Form For Vertical Right Parenthesis

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

  

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

Insert in HTML

1. Direct symbol:
<span>︶</span>
HTML Code:
<span>&#65078;</span>
HEX Code:
<span>&#xFE36;</span>

Add with CSS

.presentation-form-for-vertical-right-parenthesis::before {
  content: '\\FE36';
}

Set it in JavaScript

document.querySelector('.presentation-form-for-vertical-right-parenthesis').textContent = '︶';

Related Bracket Symbols

View all Bracket Symbols
copied