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

What is Unicode character 𬁢?

The Unicode character 𬁢 U+2C062 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+2C062.

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!