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

What is Unicode character č?

The Unicode character č U+010D is Latin Small Letter C With Caron in the Latin Extended A block.

What is the uppercase equivalent of the Unicode character č?

The uppercase equivalent of the Unicode character č is Č (U+010C).

What does the Unicode character č represent?

The Unicode character č represents Latin Small Letter C With Caron.

What is the Unicode code point for č?

The Unicode code point for č is U+010D.

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