Place Of Interest Sign

Shortcodes

Copy and paste codes for Place Of Interest Sign symbol ⌘ to use in your websites, apps, blogs, and more.

Unicode
U+2318
HTML Code
⌘
HEX Code
⌘
CSS Code
\2318
JS/JSON
\u2318
Unix/C/PHP/JAVA
0x2318
URL-encode
%E2%8C%98
copied

Customize Place Of Interest Sign Symbol

Customize ⌘ symbol as you like and download Place Of Interest Sign 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 Place Of Interest Sign symbol in HTML, CSS, and JS?

Insert ⌘ Place Of Interest Sign using HTML

1. Copy-paste Place Of Interest Sign directly:
<span>⌘</span>
2. HTML Decimal Code:
<span>&#8984;</span>
3. Hexadecimal Code:
<span>&#x2318;</span>
Preview:

Add Place Of Interest Sign symbol with CSS

.place-of-interest-sign::before {
    content: '\\2318';
}
Preview: Place Of Interest Sign

Place Of Interest Sign JavaScript Code

1. Direct Symbol:
document.querySelector('.place-of-interest-sign').textContent = '⌘';
2. Unicode Escape for ⌘:
document.querySelector('.place-of-interest-sign').textContent = '\u2318';
Preview: