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

What is Unicode character 𪣲?

The Unicode character 𪣲 U+2A8F2 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+2A8F2.

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!