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

What is Unicode character 𬹢?

The Unicode character 𬹢 U+2CE62 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+2CE62.

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!