Fish Cake With Swirl Design

๐Ÿฅ

Shortcodes

Copy useful codes for fish cake with swirl design symbol ๐Ÿฅ to use in websites, apps, blogs, and docs.

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

Customize Fish Cake With Swirl Design

Customize ๐Ÿฅ, download it as SVG or PNG, or copy the generated HTML snippet.

๐Ÿฅ
  

How to use Fish Cake With Swirl Design Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>๐Ÿฅ</span>
HTML Code:
<span>&#127845;</span>
HEX Code:
<span>&#x1F365;</span>

Add with CSS

.fish-cake-with-swirl-design::before {
  content: '\\1F365';
}

Set it in JavaScript

document.querySelector('.fish-cake-with-swirl-design').textContent = '๐Ÿฅ';
copied