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

What is Unicode character 𬢃?

The Unicode character 𬢃 U+2C883 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+2C883.

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!