Css Styling

Size
Ĝ
15px
Ĝ
18px
Ĝ
21px
Ĝ
24px
Ĝ
27px
Ĝ
30px
Ĝ
33px
Ĝ
36px
Ĝ
42px
Ĝ
48px
Ĝ
54px
Ĝ
60px
Ĝ
66px
Ĝ
72px
💡: Some unicode characters will scale differently than others for different font sizes.
Text style
Ĝ
Bold
Ĝ
Italic
Ĝ
Underline
Ĝ
Strikethrough
Ĝ
UpperCase
Ĝ
LowerCase
Ĝ
Oblique
A Ĝ
Subscript
A Ĝ
Superscript
Ĝ
Shadow
💡: Some CSS style classes won’t work with some Unicode characters.
Font Family
Ĝ
Arial
Ĝ
Times New Roman
Ĝ
Verdana
Ĝ
Courier New
Ĝ
Garamond
Ĝ
Georgia
Ĝ
Trebuchet MS
Ĝ
Tahoma
Ĝ
Brush Script MT
💡: Unicode characters will be rendered differently (styles, embellishments, offset, color, shapes, etc.) in different fonts.
Fore color
Ĝ
White
Ĝ
Brown
Ĝ
Maroon
Ĝ
Magenta
Ĝ
Red
Ĝ
Orange
Ĝ
Yellow
Ĝ
Green
Ĝ
Teal
Ĝ
Cyan
Ĝ
Blue
Ĝ
Violet
Ĝ
Purple
Ĝ
Indigo
Ĝ
Gray
Ĝ
Black
💡: Some Unicode characters will look the same and not take fore color.
Back color
Ĝ
White
Ĝ
Brown
Ĝ
Maroon
Ĝ
Magenta
Ĝ
Red
Ĝ
Orange
Ĝ
Yellow
Ĝ
Green
Ĝ
Teal
Ĝ
Cyan
Ĝ
Blue
Ĝ
Violet
Ĝ
Purple
Ĝ
Indigo
Ĝ
Gray
Ĝ
Black
💡: Some Unicode characters might not look as anticipated under different background colors.

Latin Extended A

Code Snippets

Lang Example Copy
HTML <p>&#284;</p>
📋
CSS .selector { content: '\011C' };
📋
JS var unicodeA = '\u011C ';
📋
CPP char unicodeA = ' \u011C ';
📋
Java char unicodeA = '\u011C';
📋
Python unicodeA = '\u011C'
📋

What is Unicode character Ĝ?

The Unicode character Ĝ U+011C is Latin Capital Letter G With Circumflex in the Latin Extended A block.

What is the lowercase equivalent of the Unicode character Ĝ?

The lowercase equivalent of the Unicode character Ĝ is ĝ (U+011D).

What does the Unicode character Ĝ represent?

The Unicode character Ĝ represents Latin Capital Letter G With Circumflex.

What is the Unicode code point for Ĝ?

The Unicode code point for Ĝ is U+011C.

Is the appearance of the Ĝ character consistent across all platforms?

The appearance of the Ĝ character can vary slightly across different platforms and devices due to differences in font and rendering. However, the general design of the Latin Capital Letter G With Circumflex remains consistent.

How can I ensure the Ĝ character displays correctly on different devices?

Though using Unicode ensures consistent display across devices and platforms. Ensure that the font being used supports the Latin script to correctly render the Ĝ character.

In which version was Unicode character Ĝ released, and to which block of characters does it belong?

Unicode character Ĝ was first introduced in Unicode Version 1.1, and it belongs to the Latin Extended A block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 1.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block Latin Extended A
Decomposition Type Canonical Decomposition
General Category Uppercase Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Alphabetic
Numeric Value Not a Number
Script Latin
Sentence Break Uppercase
Word Break MidNumNum
Copied!