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

What is Unicode character 𬘺?

The Unicode character 𬘺 U+2C63A 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+2C63A.

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!