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>&#65614;</p>
๐Ÿ“‹
CSS .selector { content: '\1004E' };
๐Ÿ“‹
JS var unicodeA = '\u1004E ';
๐Ÿ“‹
CPP char unicodeA = ' \u1004E ';
๐Ÿ“‹
Java char unicodeA = '\u1004E';
๐Ÿ“‹
Python unicodeA = '\u1004E'
๐Ÿ“‹

What is Unicode character ๐Ž?

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

What does the Unicode character ๐Ž represent?

The Unicode character ๐Ž represents U+1004E.

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

The Unicode code point for ๐Ž is U+1004E.

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+1004E 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!