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

What is Unicode character 𬷈?

The Unicode character 𬷈 U+2CDC8 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+2CDC8.

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!