Presentation Form For Vertical Right White Lenticular Brakcet

Shortcodes

Copy useful codes for presentation form for vertical right white lenticular brakcet symbol ︘ to use in websites, apps, blogs, and docs.

Unicode
U+FE18
HTML Code
︘
HEX Code
︘
CSS Code
\FE18
JS/JSON
\uFE18
Unix/C/PHP/JAVA
0xFE18
URL-encode
%EF%B8%98

Customize Presentation Form For Vertical Right White Lenticular Brakcet

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

  

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

Insert in HTML

1. Direct symbol:
<span>︘</span>
HTML Code:
<span>&#65048;</span>
HEX Code:
<span>&#xFE18;</span>

Add with CSS

.presentation-form-for-vertical-right-white-lenticular-brakcet::before {
  content: '\\FE18';
}

Set it in JavaScript

document.querySelector('.presentation-form-for-vertical-right-white-lenticular-brakcet').textContent = '︘';
copied