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

What is Unicode character 𬈃?

The Unicode character 𬈃 U+2C203 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+2C203.

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!