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 CAPITAL LETTER GJE) is the Unicode character at code point U+0403. It belongs to the Cyrillic block, in the Uppercase Letter (Lu) general category. Its script is Cyrl.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0403 | |
| decimal | 1027 | |
| htmldecimal | Ѓ | |
| htmlhex | Ѓ | |
| css | \0403 | |
| javascript | \u{403} | |
| python | \u0403 | |
| java | \u0403 | |
| go | \u0403 | |
| ruby | \u{403} | |
| rust | \u{403} | |
| ccpp | \u0403 | |
| urlencoded | %D0%83 | |
| utf8bytes | d0 83 | |
| utf16bebytes | 04 03 | |
| utf32bebytes | 00 00 04 03 |
How to Use
HTML:
Ѓ
CSS:
content: "\0403"
JavaScript:
"\u{403}"
Python:
"\u0403"
Properties
Frequently Asked Questions
What is the Ѓ character (CYRILLIC CAPITAL LETTER GJE)?
Ѓ (CYRILLIC CAPITAL LETTER GJE) is the Unicode character U+0403.
What is the Unicode codepoint of CYRILLIC CAPITAL LETTER GJE?
The CYRILLIC CAPITAL LETTER GJE character (Ѓ) has codepoint U+0403.
How do I type or copy CYRILLIC CAPITAL LETTER GJE?
Copy Ѓ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.