Turned Angle
⦢
Shortcodes
Copy useful codes for turned angle symbol ⦢ to use in websites, apps, blogs, and docs.
Unicode
U+29A2 HTML Code
⦢ HEX Code
⦢ CSS Code
\29A2 JS/JSON
\u29A2 Unix/C/PHP/JAVA
0x29A2 URL-encode
%E2%A6%A2 Customize Turned Angle
Customize ⦢, download it as SVG or PNG, or copy the generated HTML snippet.
⦢
How to use Turned Angle 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
.turned-angle::before {
content: '\\29A2';
} Set it in JavaScript
document.querySelector('.turned-angle').textContent = '⦢';