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

What is Unicode character 𬶲?

The Unicode character 𬶲 U+2CDB2 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+2CDB2.

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!