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

What is Unicode character ř?

The Unicode character ř U+0159 is Latin Small Letter R 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+0158).

What does the Unicode character ř represent?

The Unicode character ř represents Latin Small Letter R With Caron.

What is the Unicode code point for ř?

The Unicode code point for ř is U+0159.

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