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

What is Unicode character 𬴃?

The Unicode character 𬴃 U+2CD03 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+2CD03.

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!