Georgian Letter Ghan

Shortcodes

Copy and paste codes for Georgian Letter Ghan symbol ღ to use in your websites, apps, blogs, and more.

Unicode
U+10E6
HTML Code
ღ
HEX Code
ღ
CSS Code
\10E6
JS/JSON
\u10E6
Unix/C/PHP/JAVA
0x10E6
URL-encode
%E1%83%A6
copied

Customize Georgian Letter Ghan Symbol

Customize ღ symbol as you like and download Georgian Letter Ghan 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 Georgian Letter Ghan symbol in HTML, CSS, and JS?

Insert ღ Georgian Letter Ghan using HTML

1. Copy-paste Georgian Letter Ghan directly:
<span>ღ</span>
2. HTML Decimal Code:
<span>&#4326;</span>
3. Hexadecimal Code:
<span>&#x10E6;</span>
Preview:

Add Georgian Letter Ghan symbol with CSS

.georgian-letter-ghan::before {
    content: '\\10E6';
}
Preview: Georgian Letter Ghan

Georgian Letter Ghan JavaScript Code

1. Direct Symbol:
document.querySelector('.georgian-letter-ghan').textContent = 'ღ';
2. Unicode Escape for ღ:
document.querySelector('.georgian-letter-ghan').textContent = '\u10E6';
Preview: