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

What is Unicode character 𬭢?

The Unicode character 𬭢 U+2CB62 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+2CB62.

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!