Heavy Low Single Comma Quotation Mark Ornament

Shortcodes

Copy and paste codes for Heavy Low Single Comma Quotation Mark Ornament symbol ❟ to use in your websites, apps, blogs, and more.

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

Customize Heavy Low Single Comma Quotation Mark Ornament Symbol

Customize ❟ symbol as you like and download Heavy Low Single Comma Quotation Mark Ornament as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.

                        
                    

How to add Heavy Low Single Comma Quotation Mark Ornament symbol in HTML, CSS, and JS?

Insert ❟ Heavy Low Single Comma Quotation Mark Ornament using HTML

1. Copy-paste Heavy Low Single Comma Quotation Mark Ornament directly:
<span>❟</span>
2. HTML Decimal Code:
<span>&#10015;</span>
3. Hexadecimal Code:
<span>&#x275F;</span>
Preview:

Add Heavy Low Single Comma Quotation Mark Ornament symbol with CSS

.heavy-low-single-comma-quotation-mark-ornament::before {
    content: '\\275F';
}
Preview: Heavy Low Single Comma Quotation Mark Ornament

Heavy Low Single Comma Quotation Mark Ornament JavaScript Code

1. Direct Symbol:
document.querySelector('.heavy-low-single-comma-quotation-mark-ornament').textContent = '❟';
2. Unicode Escape for ❟:
document.querySelector('.heavy-low-single-comma-quotation-mark-ornament').textContent = '\u275F';
Preview: