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

What is Unicode character 𬢊?

The Unicode character 𬢊 U+2C88A 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+2C88A.

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!