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

What is Unicode character 𬶰?

The Unicode character 𬶰 U+2CDB0 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+2CDB0.

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!