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

What is Unicode character 𬵼?

The Unicode character 𬵼 U+2CD7C 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+2CD7C.

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!