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

What is Unicode character ŗ?

The Unicode character ŗ U+0157 is Latin Small Letter R With Cedilla in the Latin Extended A block.

What is the uppercase equivalent of the Unicode character ŗ?

The uppercase equivalent of the Unicode character ŗ is Ŗ (U+0156).

What does the Unicode character ŗ represent?

The Unicode character ŗ represents Latin Small Letter R With Cedilla.

What is the Unicode code point for ŗ?

The Unicode code point for ŗ is U+0157.

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 R With Cedilla 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!