Desktop Computer

๐Ÿ–ฅ

Shortcodes

Copy and paste codes for Desktop Computer symbol ๐Ÿ–ฅ to use in your websites, apps, blogs, and more.

Unicode
U+1F5A5
HTML Code
🖥
HEX Code
🖥
CSS Code
\1F5A5
JS/JSON
\u1F5A5
Unix/C/PHP/JAVA
0x1F5A5
URL-encode
%F0%9F%96%A5
copied

Customize Desktop Computer Symbol

Customize ๐Ÿ–ฅ symbol as you like and download Desktop Computer 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 Desktop Computer symbol in HTML, CSS, and JS?

Insert ๐Ÿ–ฅ Desktop Computer using HTML

1. Copy-paste Desktop Computer directly:
<span>๐Ÿ–ฅ</span>
2. HTML Decimal Code:
<span>&#128421;</span>
3. Hexadecimal Code:
<span>&#x1F5A5;</span>
Preview: ๐Ÿ–ฅ

Add Desktop Computer symbol with CSS

.desktop-computer::before {
    content: '\\1F5A5';
}
Preview: Desktop Computer

Desktop Computer JavaScript Code

1. Direct Symbol:
document.querySelector('.desktop-computer').textContent = '๐Ÿ–ฅ';
2. Unicode Escape for ๐Ÿ–ฅ:
document.querySelector('.desktop-computer').textContent = '\u1F5A5';
Preview: ๐Ÿ–ฅ