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

What is Unicode character 𬶾?

The Unicode character 𬶾 U+2CDBE 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+2CDBE.

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!