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

Shortcodes

Copy and paste codes for Measured Angle With Open Arm Ending In Arrow Pointing Right And Up symbol ⦬ to use in your websites, apps, blogs, and more.

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

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

Customize ⦬ symbol as you like and download Measured Angle With Open Arm Ending In Arrow Pointing Right And Up as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.

                        
                    

How to add Measured Angle With Open Arm Ending In Arrow Pointing Right And Up symbol in HTML, CSS, and JS?

Insert ⦬ Measured Angle With Open Arm Ending In Arrow Pointing Right And Up using HTML

1. Copy-paste Measured Angle With Open Arm Ending In Arrow Pointing Right And Up directly:
<span>⦬</span>
2. HTML Decimal Code:
<span>&#10668;</span>
3. Hexadecimal Code:
<span>&#x29AC;</span>
Preview:

Add Measured Angle With Open Arm Ending In Arrow Pointing Right And Up symbol with CSS

.measured-angle-with-open-arm-ending-in-arrow-pointing-right-and-up::before {
    content: '\\29AC';
}
Preview: Measured Angle With Open Arm Ending In Arrow Pointing Right And Up

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

1. Direct Symbol:
document.querySelector('.measured-angle-with-open-arm-ending-in-arrow-pointing-right-and-up').textContent = '⦬';
2. Unicode Escape for ⦬:
document.querySelector('.measured-angle-with-open-arm-ending-in-arrow-pointing-right-and-up').textContent = '\u29AC';
Preview: