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

What is Unicode character 𬷬?

The Unicode character 𬷬 U+2CDEC 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+2CDEC.

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!