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

What is Unicode character ć?

The Unicode character ć U+0107 is Latin Small Letter C With Acute in the Latin Extended A block.

What is the uppercase equivalent of the Unicode character ć?

The uppercase equivalent of the Unicode character ć is Ć (U+0106).

What does the Unicode character ć represent?

The Unicode character ć represents Latin Small Letter C With Acute.

What is the Unicode code point for ć?

The Unicode code point for ć is U+0107.

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