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

Shortcodes

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

Unicode
U+29AB
HTML Code
⦫
HEX Code
⦫
CSS Code
\29AB
JS/JSON
\u29AB
Unix/C/PHP/JAVA
0x29AB
URL-encode
%E2%A6%AB

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

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

Insert in HTML

1. Direct symbol:
<span>⦫</span>
HTML Code:
<span>&#10667;</span>
HEX Code:
<span>&#x29AB;</span>

Add with CSS

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

Set it in JavaScript

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