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 CAPITAL LETTER G WITH DOT ABOVE
Overview
Ġ (LATIN CAPITAL LETTER G WITH DOT ABOVE) is the Unicode character at code point U+0120. It belongs to the Latin Extended-A block, in the Uppercase Letter (Lu) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0120 | |
| decimal | 288 | |
| htmldecimal | Ġ | |
| htmlhex | Ġ | |
| css | \0120 | |
| javascript | \u{120} | |
| python | \u0120 | |
| java | \u0120 | |
| go | \u0120 | |
| ruby | \u{120} | |
| rust | \u{120} | |
| ccpp | \u0120 | |
| urlencoded | %C4%A0 | |
| utf8bytes | c4 a0 | |
| utf16bebytes | 01 20 | |
| utf32bebytes | 00 00 01 20 |
How to Use
HTML:
Ġ
CSS:
content: "\0120"
JavaScript:
"\u{120}"
Python:
"\u0120"
Properties
- Block
- Latin Extended-A
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 0047 0307
Frequently Asked Questions
What is the Ġ character (LATIN CAPITAL LETTER G WITH DOT ABOVE)?
Ġ (LATIN CAPITAL LETTER G WITH DOT ABOVE) is the Unicode character U+0120.
What is the Unicode codepoint of LATIN CAPITAL LETTER G WITH DOT ABOVE?
The LATIN CAPITAL LETTER G WITH DOT ABOVE character (Ġ) has codepoint U+0120.
How do I type or copy LATIN CAPITAL LETTER G WITH DOT ABOVE?
Copy Ġ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.