White Triangle Containing Small White Triangle

Shortcodes

Copy and paste codes for White Triangle Containing Small White Triangle symbol ⟁ to use in your websites, apps, blogs, and more.

Unicode
U+27C1
HTML Code
⟁
HEX Code
⟁
CSS Code
\27C1
JS/JSON
\u27C1
Unix/C/PHP/JAVA
0x27C1
URL-encode
%E2%9F%81
copied

Customize White Triangle Containing Small White Triangle Symbol

Customize ⟁ symbol as you like and download White Triangle Containing Small White Triangle 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 White Triangle Containing Small White Triangle symbol in HTML, CSS, and JS?

Insert ⟁ White Triangle Containing Small White Triangle using HTML

1. Copy-paste White Triangle Containing Small White Triangle directly:
<span>⟁</span>
2. HTML Decimal Code:
<span>&#10177;</span>
3. Hexadecimal Code:
<span>&#x27C1;</span>
Preview:

Add White Triangle Containing Small White Triangle symbol with CSS

.white-triangle-containing-small-white-triangle::before {
    content: '\\27C1';
}
Preview: White Triangle Containing Small White Triangle

White Triangle Containing Small White Triangle JavaScript Code

1. Direct Symbol:
document.querySelector('.white-triangle-containing-small-white-triangle').textContent = '⟁';
2. Unicode Escape for ⟁:
document.querySelector('.white-triangle-containing-small-white-triangle').textContent = '\u27C1';
Preview: