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

What is Unicode character 𬢪?

The Unicode character 𬢪 U+2C8AA 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+2C8AA.

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!