Single Right-pointing Angle Quotation Mark
›
Shortcodes
Copy useful codes for single right-pointing angle quotation mark symbol › to use in websites, apps, blogs, and docs.
Unicode
U+203A Alt Code
0155 HTML Code
› HTML Entity
› HEX Code
› CSS Code
\203A JS/JSON
\u203A Unix/C/PHP/JAVA
0x203A URL-encode
%E2%80%BA Customize Single Right-pointing Angle Quotation Mark
Customize ›, download it as SVG or PNG, or copy the generated HTML snippet.
›
How to use Single Right-pointing Angle Quotation Mark Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>›</span> HTML Code:
<span>›</span> HTML Entity:
<span>›</span> HEX Code:
<span>›</span> Add with CSS
.single-right-pointing-angle-quotation-mark::before {
content: '\\203A';
} Set it in JavaScript
document.querySelector('.single-right-pointing-angle-quotation-mark').textContent = '›';