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

What is Unicode character 𪢍?

The Unicode character 𪢍 U+2A88D 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+2A88D.

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!