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

What is Unicode character 𬶶?

The Unicode character 𬶶 U+2CDB6 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+2CDB6.

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!