Georgian Letter Ghan
ღ
Shortcodes
Copy useful codes for georgian letter ghan symbol ღ to use in websites, apps, blogs, and docs.
Unicode
U+10E6 HTML Code
ღ HEX Code
ღ CSS Code
\10E6 JS/JSON
\u10E6 Unix/C/PHP/JAVA
0x10E6 URL-encode
%E1%83%A6 Customize Georgian Letter Ghan
Customize ღ, download it as SVG or PNG, or copy the generated HTML snippet.
ღ
How to use Georgian Letter Ghan Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>ღ</span> HTML Code:
<span>ღ</span> HEX Code:
<span>ღ</span> Add with CSS
.georgian-letter-ghan::before {
content: '\\10E6';
} Set it in JavaScript
document.querySelector('.georgian-letter-ghan').textContent = 'ღ';