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

What is Unicode character 𬐼?

The Unicode character 𬐼 U+2C43C 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+2C43C.

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!