Single Left-pointing Angle Quotation Mark
‹
Shortcodes
Copy useful codes for single left-pointing angle quotation mark symbol ‹ to use in websites, apps, blogs, and docs.
Unicode
U+2039 Alt Code
0139 HTML Code
‹ HTML Entity
‹ HEX Code
‹ CSS Code
\2039 JS/JSON
\u2039 Unix/C/PHP/JAVA
0x2039 URL-encode
%E2%80%B9 Customize Single Left-pointing Angle Quotation Mark
Customize ‹, download it as SVG or PNG, or copy the generated HTML snippet.
‹
How to use Single Left-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-left-pointing-angle-quotation-mark::before {
content: '\\2039';
} Set it in JavaScript
document.querySelector('.single-left-pointing-angle-quotation-mark').textContent = '‹';