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
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://unicodefyi.com/iframe/entity//" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://unicodefyi.com/entity//
Add a dynamic SVG badge to your README or docs.
[](https://unicodefyi.com/entity//)
Use the native HTML custom element.
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.