Down-pointing Red Triangle

๐Ÿ”ป

Shortcodes

Copy and paste codes for Down-pointing Red Triangle symbol ๐Ÿ”ป to use in your websites, apps, blogs, and more.

Unicode
U+1F53B
HTML Code
🔻
HEX Code
🔻
CSS Code
\1F53B
JS/JSON
\u1F53B
Unix/C/PHP/JAVA
0x1F53B
URL-encode
%F0%9F%94%BB
copied

Customize Down-pointing Red Triangle Symbol

Customize ๐Ÿ”ป symbol as you like and download Down-pointing Red 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 Down-pointing Red Triangle symbol in HTML, CSS, and JS?

Insert ๐Ÿ”ป Down-pointing Red Triangle using HTML

1. Copy-paste Down-pointing Red Triangle directly:
<span>๐Ÿ”ป</span>
2. HTML Decimal Code:
<span>&#128315;</span>
3. Hexadecimal Code:
<span>&#x1F53B;</span>
Preview: ๐Ÿ”ป

Add Down-pointing Red Triangle symbol with CSS

.down-pointing-red-triangle::before {
    content: '\\1F53B';
}
Preview: Down-pointing Red Triangle

Down-pointing Red Triangle JavaScript Code

1. Direct Symbol:
document.querySelector('.down-pointing-red-triangle').textContent = '๐Ÿ”ป';
2. Unicode Escape for ๐Ÿ”ป:
document.querySelector('.down-pointing-red-triangle').textContent = '\u1F53B';
Preview: ๐Ÿ”ป