Closed Intersection With Serifs

Shortcodes

Copy and paste codes for Closed Intersection With Serifs symbol ⩍ to use in your websites, apps, blogs, and more.

Unicode
U+2A4D
HTML Code
⩍
HEX Code
⩍
CSS Code
\2A4D
JS/JSON
\u2A4D
Unix/C/PHP/JAVA
0x2A4D
URL-encode
%E2%A9%8D
copied

Customize Closed Intersection With Serifs Symbol

Customize ⩍ symbol as you like and download Closed Intersection With Serifs 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 Closed Intersection With Serifs symbol in HTML, CSS, and JS?

Insert ⩍ Closed Intersection With Serifs using HTML

1. Copy-paste Closed Intersection With Serifs directly:
<span>⩍</span>
2. HTML Decimal Code:
<span>&#10829;</span>
3. Hexadecimal Code:
<span>&#x2A4D;</span>
Preview:

Add Closed Intersection With Serifs symbol with CSS

.closed-intersection-with-serifs::before {
    content: '\\2A4D';
}
Preview: Closed Intersection With Serifs

Closed Intersection With Serifs JavaScript Code

1. Direct Symbol:
document.querySelector('.closed-intersection-with-serifs').textContent = '⩍';
2. Unicode Escape for ⩍:
document.querySelector('.closed-intersection-with-serifs').textContent = '\u2A4D';
Preview: