Heavy Right-Pointing Angle Quotation Mark Ornament

Shortcodes

Copy useful codes for heavy right-pointing angle quotation mark ornament symbol ❯ to use in websites, apps, blogs, and docs.

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

Customize Heavy Right-Pointing Angle Quotation Mark Ornament

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

  

How to use Heavy Right-Pointing Angle Quotation Mark Ornament Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>❯</span>
HTML Code:
<span>&#10063;</span>
HEX Code:
<span>&#x276F;</span>

Add with CSS

.heavy-right-pointing-angle-quotation-mark-ornament::before {
  content: '\\276F';
}

Set it in JavaScript

document.querySelector('.heavy-right-pointing-angle-quotation-mark-ornament').textContent = '❯';

Related Bracket Symbols

View all Bracket Symbols
copied