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

What is Unicode character 𮕬?

The Unicode character 𮕬 U+2E56C 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+2E56C.

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!