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

What is Unicode character 𬹣?

The Unicode character 𬹣 U+2CE63 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+2CE63.

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!