copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('ѓ'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
ѓ
Overview
ѓ (CYRILLIC SMALL LETTER GJE) is the Unicode character at code point U+0453. It belongs to the Cyrillic block, in the Lowercase Letter (Ll) general category. Its script is Cyrl.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0453 | |
| decimal | 1107 | |
| htmldecimal | ѓ | |
| htmlhex | ѓ | |
| css | \0453 | |
| javascript | \u{453} | |
| python | \u0453 | |
| java | \u0453 | |
| go | \u0453 | |
| ruby | \u{453} | |
| rust | \u{453} | |
| ccpp | \u0453 | |
| urlencoded | %D1%93 | |
| utf8bytes | d1 93 | |
| utf16bebytes | 04 53 | |
| utf32bebytes | 00 00 04 53 |
How to Use
HTML:
ѓ
CSS:
content: "\0453"
JavaScript:
"\u{453}"
Python:
"\u0453"
Properties
Frequently Asked Questions
What is the ѓ character (CYRILLIC SMALL LETTER GJE)?
ѓ (CYRILLIC SMALL LETTER GJE) is the Unicode character U+0453.
What is the Unicode codepoint of CYRILLIC SMALL LETTER GJE?
The CYRILLIC SMALL LETTER GJE character (ѓ) has codepoint U+0453.
How do I type or copy CYRILLIC SMALL LETTER GJE?
Copy ѓ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.