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

What is Unicode character 𪢎?

The Unicode character 𪢎 U+2A88E is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2A88E.

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 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
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!