Heavy Low Single Comma Quotation Mark Ornament

Shortcodes

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

Unicode
U+275F
HTML Code
✟
HEX Code
❟
CSS Code
\275F
JS/JSON
\u275F
Unix/C/PHP/JAVA
0x275F
URL-encode
%E2%9D%9F

Customize Heavy Low Single Comma Quotation Mark Ornament

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

  

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

Insert in HTML

1. Direct symbol:
<span>❟</span>
HTML Code:
<span>&#10015;</span>
HEX Code:
<span>&#x275F;</span>

Add with CSS

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

Set it in JavaScript

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