Down-pointing Small Red Triangle
๐ฝ
Shortcodes
Copy useful codes for down-pointing small red triangle symbol ๐ฝ to use in websites, apps, blogs, and docs.
Unicode
U+1F53D HTML Code
🔽 HEX Code
🔽 CSS Code
\1F53D JS/JSON
\u1F53D Unix/C/PHP/JAVA
0x1F53D URL-encode
%F0%9F%94%BD Customize Down-pointing Small Red Triangle
Customize ๐ฝ, download it as SVG or PNG, or copy the generated HTML snippet.
๐ฝ
How to use Down-pointing Small Red Triangle Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>๐ฝ</span> HTML Code:
<span>🔽</span> HEX Code:
<span>🔽</span> Add with CSS
.down-pointing-small-red-triangle::before {
content: '\\1F53D';
} Set it in JavaScript
document.querySelector('.down-pointing-small-red-triangle').textContent = '๐ฝ';