Oden

๐Ÿข

Shortcodes

Copy and paste codes for Oden symbol ๐Ÿข to use in your websites, apps, blogs, and more.

Unicode
U+1F362
HTML Code
🍢
HEX Code
🍢
CSS Code
\1F362
JS/JSON
\u1F362
Unix/C/PHP/JAVA
0x1F362
URL-encode
%F0%9F%8D%A2
copied

Customize Oden Symbol

Customize ๐Ÿข symbol as you like and download Oden 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 Oden symbol in HTML, CSS, and JS?

Insert ๐Ÿข Oden using HTML

1. Copy-paste Oden directly:
<span>๐Ÿข</span>
2. HTML Decimal Code:
<span>&#127842;</span>
3. Hexadecimal Code:
<span>&#x1F362;</span>
Preview: ๐Ÿข

Add Oden symbol with CSS

.oden::before {
    content: '\\1F362';
}
Preview: Oden

Oden JavaScript Code

1. Direct Symbol:
document.querySelector('.oden').textContent = '๐Ÿข';
2. Unicode Escape for ๐Ÿข:
document.querySelector('.oden').textContent = '\u1F362';
Preview: ๐Ÿข