Left Multimap

Shortcodes

Copy and paste codes for Left Multimap symbol ⟜ to use in your websites, apps, blogs, and more.

Unicode
U+27DC
HTML Code
⟜
HEX Code
⟜
CSS Code
\27DC
JS/JSON
\u27DC
Unix/C/PHP/JAVA
0x27DC
URL-encode
%E2%9F%9C
copied

Customize Left Multimap Symbol

Customize ⟜ symbol as you like and download Left Multimap 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 Left Multimap symbol in HTML, CSS, and JS?

Insert ⟜ Left Multimap using HTML

1. Copy-paste Left Multimap directly:
<span>⟜</span>
2. HTML Decimal Code:
<span>&#10204;</span>
3. Hexadecimal Code:
<span>&#x27DC;</span>
Preview:

Add Left Multimap symbol with CSS

.left-multimap::before {
    content: '\\27DC';
}
Preview: Left Multimap

Left Multimap JavaScript Code

1. Direct Symbol:
document.querySelector('.left-multimap').textContent = '⟜';
2. Unicode Escape for ⟜:
document.querySelector('.left-multimap').textContent = '\u27DC';
Preview: