Georgian Letter Don

Shortcodes

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

Unicode
U+10D3
HTML Code
დ
HEX Code
დ
CSS Code
\10D3
JS/JSON
\u10D3
Unix/C/PHP/JAVA
0x10D3
URL-encode
%E1%83%93
copied

Customize Georgian Letter Don Symbol

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

Insert დ Georgian Letter Don using HTML

1. Copy-paste Georgian Letter Don directly:
<span>დ</span>
2. HTML Decimal Code:
<span>&#4307;</span>
3. Hexadecimal Code:
<span>&#x10D3;</span>
Preview:

Add Georgian Letter Don symbol with CSS

.georgian-letter-don::before {
    content: '\\10D3';
}
Preview: Georgian Letter Don

Georgian Letter Don JavaScript Code

1. Direct Symbol:
document.querySelector('.georgian-letter-don').textContent = 'დ';
2. Unicode Escape for დ:
document.querySelector('.georgian-letter-don').textContent = '\u10D3';
Preview: