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>🍥</span> HEX Code:
<span>🍥</span> Add with CSS
.fish-cake-with-swirl-design::before {
content: '\\1F365';
} Set it in JavaScript
document.querySelector('.fish-cake-with-swirl-design').textContent = '๐ฅ';