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

What is Unicode character ȼ?

The Unicode character ȼ U+023C is Latin Small Letter C With Stroke in the Latin Extended B block.

What is the uppercase equivalent of the Unicode character ȼ?

The uppercase equivalent of the Unicode character ȼ is Ȼ (U+023B).

What does the Unicode character ȼ represent?

The Unicode character ȼ represents Latin Small Letter C With Stroke.

What is the Unicode code point for ȼ?

The Unicode code point for ȼ is U+023C.

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 C With Stroke 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.1, and it belongs to the Latin Extended B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

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