Geta Mark

Shortcodes

Copy and paste codes for Geta Mark symbol 〓 to use in your websites, apps, blogs, and more.

Unicode
U+3003
HTML Code
〃
HEX Code
〃
CSS Code
\3003
JS/JSON
\u3003
Unix/C/PHP/JAVA
0x3003
URL-encode
%E3%80%83
copied

Customize Geta Mark Symbol

Customize 〓 symbol as you like and download Geta Mark 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 Geta Mark symbol in HTML, CSS, and JS?

Insert 〓 Geta Mark using HTML

1. Copy-paste Geta Mark directly:
<span>〓</span>
2. HTML Decimal Code:
<span>&#12291;</span>
3. Hexadecimal Code:
<span>&#x3003;</span>
Preview:

Add Geta Mark symbol with CSS

.geta-mark::before {
    content: '\\3003';
}
Preview: Geta Mark

Geta Mark JavaScript Code

1. Direct Symbol:
document.querySelector('.geta-mark').textContent = '〓';
2. Unicode Escape for 〓:
document.querySelector('.geta-mark').textContent = '\u3003';
Preview: