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

What is Unicode character 𬯍?

The Unicode character 𬯍 U+2CBCD 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+2CBCD.

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!