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

Shortcodes

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

Unicode
U+29AD
HTML Code
⦭
HEX Code
⦭
CSS Code
\29AD
JS/JSON
\u29AD
Unix/C/PHP/JAVA
0x29AD
URL-encode
%E2%A6%AD

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

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 Up Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>⦭</span>
HTML Code:
<span>&#10669;</span>
HEX Code:
<span>&#x29AD;</span>

Add with CSS

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

Set it in JavaScript

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