Tight Trifoliate Snowflake

Shortcodes

Copy and paste codes for Tight Trifoliate Snowflake symbol ❅ to use in your websites, apps, blogs, and more.

Unicode
U+2745
HTML Code
❅
HEX Code
❅
CSS Code
\2745
JS/JSON
\u2745
Unix/C/PHP/JAVA
0x2745
URL-encode
%E2%9D%85
copied

Customize Tight Trifoliate Snowflake Symbol

Customize ❅ symbol as you like and download Tight Trifoliate Snowflake 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 Tight Trifoliate Snowflake symbol in HTML, CSS, and JS?

Insert ❅ Tight Trifoliate Snowflake using HTML

1. Copy-paste Tight Trifoliate Snowflake directly:
<span>❅</span>
2. HTML Decimal Code:
<span>&#10053;</span>
3. Hexadecimal Code:
<span>&#x2745;</span>
Preview:

Add Tight Trifoliate Snowflake symbol with CSS

.tight-trifoliate-snowflake::before {
    content: '\\2745';
}
Preview: Tight Trifoliate Snowflake

Tight Trifoliate Snowflake JavaScript Code

1. Direct Symbol:
document.querySelector('.tight-trifoliate-snowflake').textContent = '❅';
2. Unicode Escape for ❅:
document.querySelector('.tight-trifoliate-snowflake').textContent = '\u2745';
Preview: