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

What is Unicode character 𬷃?

The Unicode character 𬷃 U+2CDC3 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+2CDC3.

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!