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

What is Unicode character 𬓃?

The Unicode character 𬓃 U+2C4C3 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+2C4C3.

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!