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' : ''">
ģ
LATIN SMALL LETTER G WITH CEDILLA
Overview
ģ (LATIN SMALL LETTER G WITH CEDILLA) is the Unicode character at code point U+0123. It belongs to the Latin Extended-A block, in the Lowercase Letter (Ll) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0123 | |
| decimal | 291 | |
| htmldecimal | ģ | |
| htmlhex | ģ | |
| css | \0123 | |
| javascript | \u{123} | |
| python | \u0123 | |
| java | \u0123 | |
| go | \u0123 | |
| ruby | \u{123} | |
| rust | \u{123} | |
| ccpp | \u0123 | |
| urlencoded | %C4%A3 | |
| utf8bytes | c4 a3 | |
| utf16bebytes | 01 23 | |
| utf32bebytes | 00 00 01 23 |
How to Use
HTML:
ģ
CSS:
content: "\0123"
JavaScript:
"\u{123}"
Python:
"\u0123"
Properties
- Block
- Latin Extended-A
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 0067 0327
Frequently Asked Questions
What is the ģ character (LATIN SMALL LETTER G WITH CEDILLA)?
ģ (LATIN SMALL LETTER G WITH CEDILLA) is the Unicode character U+0123.
What is the Unicode codepoint of LATIN SMALL LETTER G WITH CEDILLA?
The LATIN SMALL LETTER G WITH CEDILLA character (ģ) has codepoint U+0123.
How do I type or copy LATIN SMALL LETTER G WITH CEDILLA?
Copy ģ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.