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

What is Unicode character 𬷎?

The Unicode character 𬷎 U+2CDCE 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+2CDCE.

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!