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

What is Unicode character 𬶺?

The Unicode character 𬶺 U+2CDBA 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+2CDBA.

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!