Palm Tree

๐ŸŒด

Shortcodes

Copy and paste codes for Palm Tree symbol ๐ŸŒด to use in your websites, apps, blogs, and more.

Unicode
U+1F334
HTML Code
🌴
HEX Code
🌴
CSS Code
\1F334
JS/JSON
\u1F334
Unix/C/PHP/JAVA
0x1F334
URL-encode
%F0%9F%8C%B4
copied

Customize Palm Tree Symbol

Customize ๐ŸŒด symbol as you like and download Palm Tree 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 Palm Tree symbol in HTML, CSS, and JS?

Insert ๐ŸŒด Palm Tree using HTML

1. Copy-paste Palm Tree directly:
<span>๐ŸŒด</span>
2. HTML Decimal Code:
<span>&#127796;</span>
3. Hexadecimal Code:
<span>&#x1F334;</span>
Preview: ๐ŸŒด

Add Palm Tree symbol with CSS

.palm-tree::before {
    content: '\\1F334';
}
Preview: Palm Tree

Palm Tree JavaScript Code

1. Direct Symbol:
document.querySelector('.palm-tree').textContent = '๐ŸŒด';
2. Unicode Escape for ๐ŸŒด:
document.querySelector('.palm-tree').textContent = '\u1F334';
Preview: ๐ŸŒด