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