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

Shortcodes

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

Unicode
U+29AC
HTML Code
⦬
HEX Code
⦬
CSS Code
\29AC
JS/JSON
\u29AC
Unix/C/PHP/JAVA
0x29AC
URL-encode
%E2%A6%AC

Customize Measured Angle With Open Arm Ending In Arrow Pointing Right 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 Right And Up Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>⦬</span>
HTML Code:
<span>&#10668;</span>
HEX Code:
<span>&#x29AC;</span>

Add with CSS

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

Set it in JavaScript

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