You Are Here -

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.

Code Snippets

Lang Example Copy
HTML <p>&#65630;</p>
๐Ÿ“‹
CSS .selector { content: '\1005E' };
๐Ÿ“‹
JS var unicodeA = '\u1005E ';
๐Ÿ“‹
CPP char unicodeA = ' \u1005E ';
๐Ÿ“‹
Java char unicodeA = '\u1005E';
๐Ÿ“‹
Python unicodeA = '\u1005E'
๐Ÿ“‹

What is Unicode character ๐ž?

The Unicode character ๐ž U+1005E is U+1005E in the Linear B Syllabary block.

What does the Unicode character ๐ž represent?

The Unicode character ๐ž represents U+1005E.

What is the Unicode code point for ๐ž?

The Unicode code point for ๐ž is U+1005E.

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 U+1005E 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 Uncoded 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 Unassigned, and it belongs to the Linear B Syllabary block of characters.

Unicode Properties

Applicable Properties With Values

Age Unassigned
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block Linear B Syllabary
General Category Unassigned
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Unknown
Numeric Value Not a Number
Script Uncoded
Sentence Break Unknown
Word Break Unknown
Copied!