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

What is Unicode character 𬶬?

The Unicode character 𬶬 U+2CDAC 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+2CDAC.

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!