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

What is Unicode character 𬖢?

The Unicode character 𬖢 U+2C5A2 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+2C5A2.

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!