Brain

๐Ÿง 

Shortcodes

Copy and paste codes for Brain symbol ๐Ÿง  to use in your websites, apps, blogs, and more.

Unicode
U+1F9E0
HTML Code
🧠
HEX Code
🧠
CSS Code
\1F9E0
JS/JSON
\u1F9E0
Unix/C/PHP/JAVA
0x1F9E0
URL-encode
%F0%9F%A7%A0
copied

Customize Brain Symbol

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

Insert ๐Ÿง  Brain using HTML

1. Copy-paste Brain directly:
<span>๐Ÿง </span>
2. HTML Decimal Code:
<span>&#129504;</span>
3. Hexadecimal Code:
<span>&#x1F9E0;</span>
Preview: ๐Ÿง 

Add Brain symbol with CSS

.brain::before {
    content: '\\1F9E0';
}
Preview: Brain

Brain JavaScript Code

1. Direct Symbol:
document.querySelector('.brain').textContent = '๐Ÿง ';
2. Unicode Escape for ๐Ÿง :
document.querySelector('.brain').textContent = '\u1F9E0';
Preview: ๐Ÿง