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.

Character Traits

Latin Extended B

Code Snippets

Lang Example Copy
HTML <p>&#541;</p>
📋
CSS .selector { content: '\021D' };
📋
JS var unicodeA = '\u021D ';
📋
CPP char unicodeA = ' \u021D ';
📋
Java char unicodeA = '\u021D';
📋
Python unicodeA = '\u021D'
📋

What is Unicode character ȝ?

The Unicode character ȝ U+021D is Latin Small Letter Yogh in the Latin Extended B block.

What is the uppercase equivalent of the Unicode character ȝ?

The uppercase equivalent of the Unicode character ȝ is Ȝ (U+021C).

What does the Unicode character ȝ represent?

The Unicode character ȝ represents Latin Small Letter Yogh.

What is the Unicode code point for ȝ?

The Unicode code point for ȝ is U+021D.

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 Yogh 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 3.0, and it belongs to the Latin Extended B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block Latin Extended B
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!