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

What is Unicode character 𪢲?

The Unicode character 𪢲 U+2A8B2 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+2A8B2.

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!