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

What is Unicode character Ġ?

The Unicode character Ġ U+0120 is Latin Capital Letter G With Dot Above in the Latin Extended A block.

What is the lowercase equivalent of the Unicode character Ġ?

The lowercase equivalent of the Unicode character Ġ is ġ (U+0121).

What does the Unicode character Ġ represent?

The Unicode character Ġ represents Latin Capital Letter G With Dot Above.

What is the Unicode code point for Ġ?

The Unicode code point for Ġ is U+0120.

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 Dot Above 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!