Square Kcal

Shortcodes

Copy and paste codes for Square Kcal symbol ㎉ to use in your websites, apps, blogs, and more.

Unicode
U+3389
HTML Code
㎉
HEX Code
㎉
CSS Code
\3389
JS/JSON
\u3389
Unix/C/PHP/JAVA
0x3389
URL-encode
%E3%8E%89
copied

Customize Square Kcal Symbol

Customize ㎉ symbol as you like and download Square Kcal 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 Square Kcal symbol in HTML, CSS, and JS?

Insert ㎉ Square Kcal using HTML

1. Copy-paste Square Kcal directly:
<span>㎉</span>
2. HTML Decimal Code:
<span>&#13193;</span>
3. Hexadecimal Code:
<span>&#x3389;</span>
Preview:

Add Square Kcal symbol with CSS

.square-kcal::before {
    content: '\\3389';
}
Preview: Square Kcal

Square Kcal JavaScript Code

1. Direct Symbol:
document.querySelector('.square-kcal').textContent = '㎉';
2. Unicode Escape for ㎉:
document.querySelector('.square-kcal').textContent = '\u3389';
Preview: