Georgian Letter On

Shortcodes

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

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

Customize Georgian Letter On Symbol

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

Insert ო Georgian Letter On using HTML

1. Copy-paste Georgian Letter On directly:
<span>ო</span>
2. HTML Decimal Code:
<span>&#4317;</span>
3. Hexadecimal Code:
<span>&#x10DD;</span>
Preview:

Add Georgian Letter On symbol with CSS

.georgian-letter-on::before {
    content: '\\10DD';
}
Preview: Georgian Letter On

Georgian Letter On JavaScript Code

1. Direct Symbol:
document.querySelector('.georgian-letter-on').textContent = 'ო';
2. Unicode Escape for ო:
document.querySelector('.georgian-letter-on').textContent = '\u10DD';
Preview: