Tangerine

๐ŸŠ

Shortcodes

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

Unicode
U+1F34A
HTML Code
🍊
HEX Code
🍊
CSS Code
\1F34A
JS/JSON
\u1F34A
Unix/C/PHP/JAVA
0x1F34A
URL-encode
%F0%9F%8D%8A
copied

Customize Tangerine Symbol

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

Insert ๐ŸŠ Tangerine using HTML

1. Copy-paste Tangerine directly:
<span>๐ŸŠ</span>
2. HTML Decimal Code:
<span>&#127818;</span>
3. Hexadecimal Code:
<span>&#x1F34A;</span>
Preview: ๐ŸŠ

Add Tangerine symbol with CSS

.tangerine::before {
    content: '\\1F34A';
}
Preview: Tangerine

Tangerine JavaScript Code

1. Direct Symbol:
document.querySelector('.tangerine').textContent = '๐ŸŠ';
2. Unicode Escape for ๐ŸŠ:
document.querySelector('.tangerine').textContent = '\u1F34A';
Preview: ๐ŸŠ