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

What is Unicode character 𬤃?

The Unicode character 𬤃 U+2C903 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+2C903.

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!