Measured Angle With Open Arm Ending In Arrow Pointing Up And Left

Shortcodes

Copy useful codes for measured angle with open arm ending in arrow pointing up and left symbol ⦩ to use in websites, apps, blogs, and docs.

Unicode
U+29A9
HTML Code
⦩
HEX Code
⦩
CSS Code
\29A9
JS/JSON
\u29A9
Unix/C/PHP/JAVA
0x29A9
URL-encode
%E2%A6%A9

Customize Measured Angle With Open Arm Ending In Arrow Pointing Up And Left

Customize ⦩, download it as SVG or PNG, or copy the generated HTML snippet.

  

How to use Measured Angle With Open Arm Ending In Arrow Pointing Up And Left Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>⦩</span>
HTML Code:
<span>&#10665;</span>
HEX Code:
<span>&#x29A9;</span>

Add with CSS

.measured-angle-with-open-arm-ending-in-arrow-pointing-up-and-left::before {
  content: '\\29A9';
}

Set it in JavaScript

document.querySelector('.measured-angle-with-open-arm-ending-in-arrow-pointing-up-and-left').textContent = '⦩';
copied