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 1 Supplement

Code Snippets

Lang Example Copy
HTML <p>&#253;</p>
📋
CSS .selector { content: '\00FD' };
📋
JS var unicodeA = '\u00FD ';
📋
CPP char unicodeA = ' \u00FD ';
📋
Java char unicodeA = '\u00FD';
📋
Python unicodeA = '\u00FD'
📋

What is Unicode character ý?

The Unicode character ý U+00FD is Latin Small Letter Y With Acute in the Latin 1 Supplement block.

What is the uppercase equivalent of the Unicode character ý?

The uppercase equivalent of the Unicode character ý is Ý (U+00DD).

What does the Unicode character ý represent?

The Unicode character ý represents Latin Small Letter Y With Acute.

What is the Unicode code point for ý?

The Unicode code point for ý is U+00FD.

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 Y 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 1 Supplement 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 1 Supplement
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!