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

What is Unicode character 𬂃?

The Unicode character 𬂃 U+2C083 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+2C083.

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!