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>&#285;</p>
📋
CSS .selector { content: '\011D' };
📋
JS var unicodeA = '\u011D ';
📋
CPP char unicodeA = ' \u011D ';
📋
Java char unicodeA = '\u011D';
📋
Python unicodeA = '\u011D'
📋

What is Unicode character ĝ?

The Unicode character ĝ U+011D is Latin Small Letter G With Circumflex in the Latin Extended A block.

What is the uppercase equivalent of the Unicode character ĝ?

The uppercase equivalent of the Unicode character ĝ is Ĝ (U+011C).

What does the Unicode character ĝ represent?

The Unicode character ĝ represents Latin Small Letter G With Circumflex.

What is the Unicode code point for ĝ?

The Unicode code point for ĝ is U+011D.

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 Small 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 Lowercase 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 Lowercase
Word Break MidNumNum
Copied!