Artist Palette

๐ŸŽจ

Shortcodes

Copy and paste codes for Artist Palette symbol ๐ŸŽจ to use in your websites, apps, blogs, and more.

Unicode
U+1F3A8
HTML Code
🎨
HEX Code
🎨
CSS Code
\1F3A8
JS/JSON
\u1F3A8
Unix/C/PHP/JAVA
0x1F3A8
URL-encode
%F0%9F%8E%A8
copied

Customize Artist Palette Symbol

Customize ๐ŸŽจ symbol as you like and download Artist Palette 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 Artist Palette symbol in HTML, CSS, and JS?

Insert ๐ŸŽจ Artist Palette using HTML

1. Copy-paste Artist Palette directly:
<span>๐ŸŽจ</span>
2. HTML Decimal Code:
<span>&#127912;</span>
3. Hexadecimal Code:
<span>&#x1F3A8;</span>
Preview: ๐ŸŽจ

Add Artist Palette symbol with CSS

.artist-palette::before {
    content: '\\1F3A8';
}
Preview: Artist Palette

Artist Palette JavaScript Code

1. Direct Symbol:
document.querySelector('.artist-palette').textContent = '๐ŸŽจ';
2. Unicode Escape for ๐ŸŽจ:
document.querySelector('.artist-palette').textContent = '\u1F3A8';
Preview: ๐ŸŽจ