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

What is Unicode character 𮕕?

The Unicode character 𮕕 U+2E555 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension F block.

What does the Unicode character 𮕕 represent?

The Unicode character 𮕕 represents Cjk Unified Ideograph-.

What is the Unicode code point for 𮕕?

The Unicode code point for 𮕕 is U+2E555.

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 Cjk Unified Ideograph- 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 Han 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 10.0, and it belongs to the CJK Unified Ideographs Extension F block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 10.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension F
General Category Other Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Ideographic
Numeric Value Not a Number
Script Han
Sentence Break Line Emoji
Word Break Unknown
Copied!