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

What is Unicode character ğ?

The Unicode character ğ U+011F is Latin Small Letter G With Breve in the Latin Extended A block.

What is the uppercase equivalent of the Unicode character ğ?

The uppercase equivalent of the Unicode character ğ is Ğ (U+011E).

What does the Unicode character ğ represent?

The Unicode character ğ represents Latin Small Letter G With Breve.

What is the Unicode code point for ğ?

The Unicode code point for ğ is U+011F.

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