Accented G characters
Compare 14 verified accented G characters: 7 uppercase and 7 lowercase forms, with 7 distinct diacritic marks. Copy a character or check its Unicode, HTML, and normalization values below.
Copy accented G
Select a character to copy it to your clipboard.
Uppercase
Lowercase
Unicode and HTML values
HTML character references represent the letter in HTML source. On a narrow screen, scroll the table sideways to see every column.
| Character | Case | Diacritic marks | Unicode code point | Official Unicode name | HTML decimal character reference | HTML hexadecimal character reference | Named character reference |
|---|---|---|---|---|---|---|---|
Ĝ | Uppercase | U+011C | LATIN CAPITAL LETTER G WITH CIRCUMFLEX | Ĝ | Ĝ | Ĝ | |
Ğ | Uppercase | U+011E | LATIN CAPITAL LETTER G WITH BREVE | Ğ | Ğ | Ğ | |
Ġ | Uppercase | U+0120 | LATIN CAPITAL LETTER G WITH DOT ABOVE | Ġ | Ġ | Ġ | |
Ģ | Uppercase | U+0122 | LATIN CAPITAL LETTER G WITH CEDILLA | Ģ | Ģ | Ģ | |
Ǧ | Uppercase | U+01E6 | LATIN CAPITAL LETTER G WITH CARON | Ǧ | Ǧ | None | |
Ǵ | Uppercase | U+01F4 | LATIN CAPITAL LETTER G WITH ACUTE | Ǵ | Ǵ | None | |
Ḡ | Uppercase | U+1E20 | LATIN CAPITAL LETTER G WITH MACRON | Ḡ | Ḡ | None | |
ĝ | Lowercase | U+011D | LATIN SMALL LETTER G WITH CIRCUMFLEX | ĝ | ĝ | ĝ | |
ğ | Lowercase | U+011F | LATIN SMALL LETTER G WITH BREVE | ğ | ğ | ğ | |
ġ | Lowercase | U+0121 | LATIN SMALL LETTER G WITH DOT ABOVE | ġ | ġ | ġ | |
ģ | Lowercase | U+0123 | LATIN SMALL LETTER G WITH CEDILLA | ģ | ģ | None | |
ǧ | Lowercase | U+01E7 | LATIN SMALL LETTER G WITH CARON | ǧ | ǧ | None | |
ǵ | Lowercase | U+01F5 | LATIN SMALL LETTER G WITH ACUTE | ǵ | ǵ | ǵ | |
ḡ | Lowercase | U+1E21 | LATIN SMALL LETTER G WITH MACRON | ḡ | ḡ | None |
Unicode normalization
NFC and NFD show composed and fully decomposed forms of equivalent text. Direct canonical decomposition is a separate mapping and can contain a letter that decomposes further. These are character sequences, not typing instructions.
| Character | NFC sequence | NFD sequence | Canonical decomposition |
|---|---|---|---|
Ĝ | U+011C | U+0047 + U+0302 | U+0047 + U+0302 |
Ğ | U+011E | U+0047 + U+0306 | U+0047 + U+0306 |
Ġ | U+0120 | U+0047 + U+0307 | U+0047 + U+0307 |
Ģ | U+0122 | U+0047 + U+0327 | U+0047 + U+0327 |
Ǧ | U+01E6 | U+0047 + U+030C | U+0047 + U+030C |
Ǵ | U+01F4 | U+0047 + U+0301 | U+0047 + U+0301 |
Ḡ | U+1E20 | U+0047 + U+0304 | U+0047 + U+0304 |
ĝ | U+011D | U+0067 + U+0302 | U+0067 + U+0302 |
ğ | U+011F | U+0067 + U+0306 | U+0067 + U+0306 |
ġ | U+0121 | U+0067 + U+0307 | U+0067 + U+0307 |
ģ | U+0123 | U+0067 + U+0327 | U+0067 + U+0327 |
ǧ | U+01E7 | U+0067 + U+030C | U+0067 + U+030C |
ǵ | U+01F5 | U+0067 + U+0301 | U+0067 + U+0301 |
ḡ | U+1E21 | U+0067 + U+0304 | U+0067 + U+0304 |
Typing and technical guides
Learn how to use a Unicode value in Word for Windows, or compare identifiers with input methods. Check each guide’s application and font requirements.
Sources
The character records above reference these Unicode and HTML sources.
- Unicode Character Database: PropList.txt
Unicode Consortium, version 17.0.0
- Unicode Character Database: UnicodeData.txt
Unicode Consortium, version 17.0.0
- Unicode Standard Annex #44: Unicode Character Database
Unicode Consortium, version 17.0.0
- Unicode Character Database: Normalization Test Suite
Unicode Consortium, version 17.0.0
- HTML Standard: Named character references
WHATWG