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

Shortcodes

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

Unicode
U+29A8
HTML Code
⦨
HEX Code
⦨
CSS Code
\29A8
JS/JSON
\u29A8
Unix/C/PHP/JAVA
0x29A8
URL-encode
%E2%A6%A8

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

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

Insert in HTML

1. Direct symbol:
<span>⦨</span>
HTML Code:
<span>&#10664;</span>
HEX Code:
<span>&#x29A8;</span>

Add with CSS

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

Set it in JavaScript

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