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

What is Unicode character ๐€ง?

The Unicode character ๐€ง U+10027 is U+10027 in the Linear B Syllabary block.

What does the Unicode character ๐€ง represent?

The Unicode character ๐€ง represents U+10027.

What is the Unicode code point for ๐€ง?

The Unicode code point for ๐€ง is U+10027.

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