Fullwidth Latin Small Letter G Letter
g is the fullwidth lowercase “g” character (U+FF47) used for typography and alignment.
U+FF47
g is a fullwidth Latin small letter G. It visually matches the wide/fullwidth style used in many East Asian typography settings. You can copy it directly or use its Unicode escapes in HTML, CSS, and JavaScript.
Fullwidth Latin Small Letter G Letter Meaning
g (U+FF47) is the fullwidth form of the Latin lowercase letter “g”. Fullwidth characters are designed to occupy more horizontal space than standard ASCII letters, which can help keep columns and layouts aligned—especially in mixed-width text. In practice, g is often used when a design or user interface expects fullwidth characters for consistent typography, such as in headings, labels, or stylized text. It is not the same as the normal “g” (U+0067), so it’s best used when you specifically need the fullwidth glyph for spacing or visual consistency.
Common uses
- •Use in typographic designs that require fullwidth/consistent spacing
- •Copy for UI labels where wide characters match existing styles
- •Create aligned text columns in mixed-width layouts
- •Use in decorative or stylized writing to match fullwidth text blocks
- •Insert via HTML/CSS/JS when you need the exact Unicode character
Examples
g Fullwidth Latin Small Letter G
- ggreetings
- ggoal setting
- gVersion g.1.0
- gglobal
- gtext label: g
Variations
Technical codes
| Unicode | U+FF47 | |
| HTML Entity | g | |
| HTML Code | g | |
| CSS | \FF47 |
FAQ
What does the Fullwidth Latin Small Letter G letter mean?
g (U+FF47) is the fullwidth form of the Latin lowercase letter “g”. Fullwidth characters are designed to occupy more horizontal space than standard ASCII letters, which can help keep columns and layouts aligned—especially in mixed-width text. In practice, g is often used when a design or user interface expects fullwidth characters for consistent typography, such as in headings, labels, or stylized text. It is not the same as the normal “g” (U+0067), so it’s best used when you specifically need the fullwidth glyph for spacing or visual consistency.
Is g the same as the normal letter “g”?
No. g is the fullwidth character U+FF47, while normal “g” is U+0067. They can look similar but take different widths and can behave differently in layout.
How do I use g in HTML?
You can include it using the entity: g.
What are the Unicode and escape codes for g?
Unicode code point is U+FF47. CSS escape: \\FF47. JavaScript escape: \\u{FF47}.
When should I choose fullwidth characters like g?
Choose it when your design or UI needs fullwidth spacing and alignment, such as consistent typography in fullwidth text blocks or column-style layouts.