Heavy Single Turned Comma Quotation Mark Ornament

Shortcodes

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

Unicode
U+275B
HTML Code
✛
HEX Code
❛
CSS Code
\275B
JS/JSON
\u275B
Unix/C/PHP/JAVA
0x275B
URL-encode
%E2%9D%9B

Customize Heavy Single Turned Comma Quotation Mark Ornament

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

  

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

Insert in HTML

1. Direct symbol:
<span>❛</span>
HTML Code:
<span>&#10011;</span>
HEX Code:
<span>&#x275B;</span>

Add with CSS

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

Set it in JavaScript

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