copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('g'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
g
LATIN SMALL LETTER G
Overview
g (LATIN SMALL LETTER G) is the Unicode character at code point U+0067. It belongs to the Basic Latin block, in the Lowercase Letter (Ll) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0067 | |
| decimal | 103 | |
| htmldecimal | g | |
| htmlhex | g | |
| css | \0067 | |
| javascript | \u{67} | |
| python | \u0067 | |
| java | \u0067 | |
| go | \u0067 | |
| ruby | \u{67} | |
| rust | \u{67} | |
| ccpp | \u0067 | |
| urlencoded | g | |
| utf8bytes | 67 | |
| utf16bebytes | 00 67 | |
| utf32bebytes | 00 00 00 67 |
How to Use
HTML:
g
CSS:
content: "\0067"
JavaScript:
"\u{67}"
Python:
"\u0067"
Properties
- Block
- Basic Latin
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the g character (LATIN SMALL LETTER G)?
g (LATIN SMALL LETTER G) is the Unicode character U+0067.
What is the Unicode codepoint of LATIN SMALL LETTER G?
The LATIN SMALL LETTER G character (g) has codepoint U+0067.
How do I type or copy LATIN SMALL LETTER G?
Copy g directly, or use the HTML entity, UTF-8, and code encodings shown on this page.