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

What is Unicode character 𬍢?

The Unicode character 𬍢 U+2C362 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+2C362.

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!