Georgian Letter On

Shortcodes

Copy useful codes for georgian letter on symbol ო to use in websites, apps, blogs, and docs.

Unicode
U+10DD
HTML Code
ო
HEX Code
ო
CSS Code
\10DD
JS/JSON
\u10DD
Unix/C/PHP/JAVA
0x10DD
URL-encode
%E1%83%9D

Customize Georgian Letter On

Customize ო, download it as SVG or PNG, or copy the generated HTML snippet.

  

How to use Georgian Letter On Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>ო</span>
HTML Code:
<span>&#4317;</span>
HEX Code:
<span>&#x10DD;</span>

Add with CSS

.georgian-letter-on::before {
  content: '\\10DD';
}

Set it in JavaScript

document.querySelector('.georgian-letter-on').textContent = 'ო';
copied