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

Shortcodes

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

Unicode
U+29AF
HTML Code
⦯
HEX Code
⦯
CSS Code
\29AF
JS/JSON
\u29AF
Unix/C/PHP/JAVA
0x29AF
URL-encode
%E2%A6%AF

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

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 Left And Down Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>⦯</span>
HTML Code:
<span>&#10671;</span>
HEX Code:
<span>&#x29AF;</span>

Add with CSS

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

Set it in JavaScript

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