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

What is Unicode character 𬵖?

The Unicode character 𬵖 U+2CD56 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2CD56.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!