Angle Bracket Right Double
❯
Shortcodes
Copy useful codes for angle bracket right double 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%9D%AF Customize Angle Bracket Right Double
Customize ❯, download it as SVG or PNG, or copy the generated HTML snippet.
❯
How to use Angle Bracket Right Double Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>❯</span> HTML Code:
<span>❯</span> HEX Code:
<span>❯</span> Add with CSS
.angle-bracket-right-double::before {
content: '\\276F';
} Set it in JavaScript
document.querySelector('.angle-bracket-right-double').textContent = '❯';