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

What is Unicode character ġ?

The Unicode character ġ U+0121 is Latin Small Letter G With Dot Above in the Latin Extended A block.

What is the uppercase equivalent of the Unicode character ġ?

The uppercase equivalent of the Unicode character ġ is Ġ (U+0120).

What does the Unicode character ġ represent?

The Unicode character ġ represents Latin Small Letter G With Dot Above.

What is the Unicode code point for ġ?

The Unicode code point for ġ is U+0121.

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