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 DOT ABOVE
Overview
ġ (LATIN SMALL LETTER G WITH DOT ABOVE) is the Unicode character at code point U+0121. 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+0121 | |
| decimal | 289 | |
| htmldecimal | ġ | |
| htmlhex | ġ | |
| css | \0121 | |
| javascript | \u{121} | |
| python | \u0121 | |
| java | \u0121 | |
| go | \u0121 | |
| ruby | \u{121} | |
| rust | \u{121} | |
| ccpp | \u0121 | |
| urlencoded | %C4%A1 | |
| utf8bytes | c4 a1 | |
| utf16bebytes | 01 21 | |
| utf32bebytes | 00 00 01 21 |
How to Use
HTML:
ġ
CSS:
content: "\0121"
JavaScript:
"\u{121}"
Python:
"\u0121"
Properties
- Block
- Latin Extended-A
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 0067 0307
Frequently Asked Questions
What is the ġ character (LATIN SMALL LETTER G WITH DOT ABOVE)?
ġ (LATIN SMALL LETTER G WITH DOT ABOVE) is the Unicode character U+0121.
What is the Unicode codepoint of LATIN SMALL LETTER G WITH DOT ABOVE?
The LATIN SMALL LETTER G WITH DOT ABOVE character (ġ) has codepoint U+0121.
How do I type or copy LATIN SMALL LETTER G WITH DOT ABOVE?
Copy ġ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.