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

Shortcodes

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

Unicode
U+29AE
HTML Code
⦮
HEX Code
⦮
CSS Code
\29AE
JS/JSON
\u29AE
Unix/C/PHP/JAVA
0x29AE
URL-encode
%E2%A6%AE

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

Insert in HTML

1. Direct symbol:
<span>⦮</span>
HTML Code:
<span>&#10670;</span>
HEX Code:
<span>&#x29AE;</span>

Add with CSS

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

Set it in JavaScript

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