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

What is Unicode character 𮕖?

The Unicode character 𮕖 U+2E556 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+2E556.

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!