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

What is Unicode character 𬶼?

The Unicode character 𬶼 U+2CDBC 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+2CDBC.

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!