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

What is Unicode character 𬘾?

The Unicode character 𬘾 U+2C63E 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+2C63E.

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!