free-symbols
Г

Cyrillic Capital Letter Ghe Letter

Г is the Cyrillic capital letter Ghe, used in Russian and other Cyrillic-based languages.

U+0413

Г is a Cyrillic capital character commonly seen in written Russian and related languages. It has the Unicode code point U+0413, making it easy to reference in modern software. Use it for text, forms, and UI elements that require correct Cyrillic spelling.

Cyrillic Capital Letter Ghe Letter Meaning

Г, named “Cyrillic Capital Letter GHE,” is a capital Cyrillic letter corresponding to the sound typically represented by /g/ in many Slavic languages (for example, Russian). Because it is a distinct character from the Latin “G” and the Cyrillic “г” (lowercase), correct casing and script choice matter for readable text and proper encoding. In Unicode it is U+0413, which helps developers avoid substitution issues when copying between systems, fonts, or programming environments. Designers can use it to match Cyrillic typography, and writers can include it in names, places, and words that require the capital Ghe.

Common uses

  • Writing Russian words that begin with the “Г” sound using the correct capital letter
  • Form fields and UI labels that must display Cyrillic (e.g., Russian language settings)
  • Creating names and titles that use a capital Ghe (e.g., people or organizations)
  • Web content and social posts that require accurate Cyrillic script and casing
  • Programming and templating where the Unicode code point U+0413 ensures consistency

Examples

Г (Cyrillic Capital Letter Ghe) Copy & Info

  • ГГород вырос быстро.
  • ГГлеб приехал сегодня.
  • ГГалактика видна ночью.
  • ГГостиница открылась в мае.
  • ГГруппа начала репетиции.

Variations

Technical codes

UnicodeU+0413
HTML EntityГ
HTML CodeГ
CSS\0413

FAQ

What does the Cyrillic Capital Letter Ghe letter mean?

Г, named “Cyrillic Capital Letter GHE,” is a capital Cyrillic letter corresponding to the sound typically represented by /g/ in many Slavic languages (for example, Russian). Because it is a distinct character from the Latin “G” and the Cyrillic “г” (lowercase), correct casing and script choice matter for readable text and proper encoding. In Unicode it is U+0413, which helps developers avoid substitution issues when copying between systems, fonts, or programming environments. Designers can use it to match Cyrillic typography, and writers can include it in names, places, and words that require the capital Ghe.

What is the Unicode code point for Г?

Г is U+0413 (CYRILLIC CAPITAL LETTER GHE).

How do I copy Г correctly in HTML?

You can use the HTML entity: Г.

Is Г the same as the Latin letter G?

No. Г is Cyrillic (U+0413). Latin “G” is a different character, so using the wrong one can break spelling and typography.

Which escape sequences can I use in code?

CSS escape: \\0413. JavaScript escape: \\u{0413}.