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

What is Unicode character ģ?

The Unicode character ģ U+0123 is Latin Small Letter G With Cedilla in the Latin Extended A block.

What is the uppercase equivalent of the Unicode character ģ?

The uppercase equivalent of the Unicode character ģ is Ģ (U+0122).

What does the Unicode character ģ represent?

The Unicode character ģ represents Latin Small Letter G With Cedilla.

What is the Unicode code point for ģ?

The Unicode code point for ģ is U+0123.

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