Heavy Right-Pointing Angle Quotation Mark Ornament

Shortcodes

Copy and paste codes for Heavy Right-Pointing Angle Quotation Mark Ornament symbol ❯ to use in your websites, apps, blogs, and more.

Unicode
U+276F
HTML Code
❏
HEX Code
❯
CSS Code
\276F
JS/JSON
\u276F
Unix/C/PHP/JAVA
0x276F
URL-encode
%E2%9E%AF
copied

Customize Heavy Right-Pointing Angle Quotation Mark Ornament Symbol

Customize ❯ symbol as you like and download Heavy Right-Pointing Angle 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 Right-Pointing Angle Quotation Mark Ornament symbol in HTML, CSS, and JS?

Insert ❯ Heavy Right-Pointing Angle Quotation Mark Ornament using HTML

1. Copy-paste Heavy Right-Pointing Angle Quotation Mark Ornament directly:
<span>❯</span>
2. HTML Decimal Code:
<span>&#10063;</span>
3. Hexadecimal Code:
<span>&#x276F;</span>
Preview:

Add Heavy Right-Pointing Angle Quotation Mark Ornament symbol with CSS

.heavy-right-pointing-angle-quotation-mark-ornament::before {
    content: '\\276F';
}
Preview: Heavy Right-Pointing Angle Quotation Mark Ornament

Heavy Right-Pointing Angle Quotation Mark Ornament JavaScript Code

1. Direct Symbol:
document.querySelector('.heavy-right-pointing-angle-quotation-mark-ornament').textContent = '❯';
2. Unicode Escape for ❯:
document.querySelector('.heavy-right-pointing-angle-quotation-mark-ornament').textContent = '\u276F';
Preview: