Combining Grapheme Joiner

͏

Shortcodes

Copy and paste codes for Combining Grapheme Joiner symbol ͏ to use in your websites, apps, blogs, and more.

Unicode
U+034F
HTML Code
͏
HEX Code
͏
CSS Code
\34F
JS/JSON
\u034F
Unix/C/PHP/JAVA
0x34F
URL-encode
%CD%8F
copied

Customize Combining Grapheme Joiner Symbol

Customize ͏ symbol as you like and download Combining Grapheme Joiner 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 Combining Grapheme Joiner symbol in HTML, CSS, and JS?

Insert ͏ Combining Grapheme Joiner using HTML

1. Copy-paste Combining Grapheme Joiner directly:
<span>͏</span>
2. HTML Decimal Code:
<span>&#847;</span>
3. Hexadecimal Code:
<span>&#x034F;</span>
Preview: ͏

Add Combining Grapheme Joiner symbol with CSS

.combining-grapheme-joiner::before {
    content: '\\34F';
}
Preview: Combining Grapheme Joiner

Combining Grapheme Joiner JavaScript Code

1. Direct Symbol:
document.querySelector('.combining-grapheme-joiner').textContent = '͏';
2. Unicode Escape for ͏:
document.querySelector('.combining-grapheme-joiner').textContent = '\u034F';
Preview: ͏