Heavy Single Comma Quotation Mark Ornament

Shortcodes

Copy useful codes for heavy single comma quotation mark ornament symbol ❜ to use in websites, apps, blogs, and docs.

Unicode
U+275C
HTML Code
✜
HEX Code
❜
CSS Code
\275C
JS/JSON
\u275C
Unix/C/PHP/JAVA
0x275C
URL-encode
%E2%9D%9C

Customize Heavy Single Comma Quotation Mark Ornament

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

  

How to use Heavy Single Comma Quotation Mark Ornament Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>❜</span>
HTML Code:
<span>&#10012;</span>
HEX Code:
<span>&#x275C;</span>

Add with CSS

.heavy-single-comma-quotation-mark-ornament::before {
  content: '\\275C';
}

Set it in JavaScript

document.querySelector('.heavy-single-comma-quotation-mark-ornament').textContent = '❜';
copied