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

What is Unicode character 𬘼?

The Unicode character 𬘼 U+2C63C 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+2C63C.

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!