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 B

Code Snippets

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

What is Unicode character ȡ?

The Unicode character ȡ U+0221 is Latin Small Letter D With Curl in the Latin Extended B block.

What does the Unicode character ȡ represent?

The Unicode character ȡ represents Latin Small Letter D With Curl.

What is the Unicode code point for ȡ?

The Unicode code point for ȡ is U+0221.

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 D With Curl 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 4.0, and it belongs to the Latin Extended B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 4.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!