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>&#4326;</span>
HEX Code:
<span>&#x10E6;</span>

Add with CSS

.georgian-letter-ghan::before {
  content: '\\10E6';
}

Set it in JavaScript

document.querySelector('.georgian-letter-ghan').textContent = 'ღ';
copied