Left-pointing Angle Bracket
〈
Shortcodes
Copy useful codes for left-pointing angle bracket symbol 〈 to use in websites, apps, blogs, and docs.
Unicode
U+2329 HTML Code
〈 HEX Code
〈 CSS Code
\2329 JS/JSON
\u2329 Unix/C/PHP/JAVA
0x2329 URL-encode
%E2%8C%A9 Customize Left-pointing Angle Bracket
Customize 〈, download it as SVG or PNG, or copy the generated HTML snippet.
〈
How to use Left-pointing Angle Bracket 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
.left-pointing-angle-bracket::before {
content: '\\2329';
} Set it in JavaScript
document.querySelector('.left-pointing-angle-bracket').textContent = '〈';