Perspective
⌆
Shortcodes
Copy and paste codes for Perspective symbol ⌆ to use in your websites, apps, blogs, and more.
Unicode
U+2306
HTML Code
⌆
HEX Code
⌆
CSS Code
\2306
JS/JSON
\u2306
Unix/C/PHP/JAVA
0x2306
URL-encode
%E2%8C%86
copied
Customize Perspective Symbol
Customize ⌆ symbol as you like and download Perspective 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 Perspective symbol in HTML, CSS, and JS?
Insert ⌆ Perspective using HTML
1. Copy-paste Perspective directly:
<span>⌆</span>
2. HTML Decimal Code:
<span>⌆</span>
3. Hexadecimal Code:
<span>⌆</span>
Preview:
⌆
Add Perspective symbol with CSS
.perspective::before {
content: '\\2306';
}
Preview: Perspective
Perspective JavaScript Code
1. Direct Symbol:
document.querySelector('.perspective').textContent = '⌆';
2. Unicode Escape for ⌆:
document.querySelector('.perspective').textContent = '\u2306';
Preview: ⌆