Identical To And Slanted Parallel

Shortcodes

Copy and paste codes for Identical To And Slanted Parallel symbol ⧥ to use in your websites, apps, blogs, and more.

Unicode
U+29E5
HTML Code
⧥
HEX Code
⧥
CSS Code
\29E5
JS/JSON
\u29E5
Unix/C/PHP/JAVA
0x29E5
URL-encode
%E2%A7%A5
copied

Customize Identical To And Slanted Parallel Symbol

Customize ⧥ symbol as you like and download Identical To And Slanted Parallel 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 Identical To And Slanted Parallel symbol in HTML, CSS, and JS?

Insert ⧥ Identical To And Slanted Parallel using HTML

1. Copy-paste Identical To And Slanted Parallel directly:
<span>⧥</span>
2. HTML Decimal Code:
<span>&#10725;</span>
3. Hexadecimal Code:
<span>&#x29E5;</span>
Preview:

Add Identical To And Slanted Parallel symbol with CSS

.identical-to-and-slanted-parallel::before {
    content: '\\29E5';
}
Preview: Identical To And Slanted Parallel

Identical To And Slanted Parallel JavaScript Code

1. Direct Symbol:
document.querySelector('.identical-to-and-slanted-parallel').textContent = '⧥';
2. Unicode Escape for ⧥:
document.querySelector('.identical-to-and-slanted-parallel').textContent = '\u29E5';
Preview: