Fish Cake With Swirl Design

๐Ÿฅ

Shortcodes

Copy and paste codes for Fish Cake With Swirl Design symbol ๐Ÿฅ to use in your websites, apps, blogs, and more.

Unicode
U+1F365
HTML Code
🍥
HEX Code
🍥
CSS Code
\1F365
JS/JSON
\u1F365
Unix/C/PHP/JAVA
0x1F365
URL-encode
%F0%9F%8D%A5
copied

Customize Fish Cake With Swirl Design Symbol

Customize ๐Ÿฅ symbol as you like and download Fish Cake With Swirl Design 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 Fish Cake With Swirl Design symbol in HTML, CSS, and JS?

Insert ๐Ÿฅ Fish Cake With Swirl Design using HTML

1. Copy-paste Fish Cake With Swirl Design directly:
<span>๐Ÿฅ</span>
2. HTML Decimal Code:
<span>&#127845;</span>
3. Hexadecimal Code:
<span>&#x1F365;</span>
Preview: ๐Ÿฅ

Add Fish Cake With Swirl Design symbol with CSS

.fish-cake-with-swirl-design::before {
    content: '\\1F365';
}
Preview: Fish Cake With Swirl Design

Fish Cake With Swirl Design JavaScript Code

1. Direct Symbol:
document.querySelector('.fish-cake-with-swirl-design').textContent = '๐Ÿฅ';
2. Unicode Escape for ๐Ÿฅ:
document.querySelector('.fish-cake-with-swirl-design').textContent = '\u1F365';
Preview: ๐Ÿฅ