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>&#166130;</p>
📋
CSS .selector { content: '\288F2' };
📋
JS var unicodeA = '\u288F2 ';
📋
CPP char unicodeA = ' \u288F2 ';
📋
Java char unicodeA = '\u288F2';
📋
Python unicodeA = '\u288F2'
📋

What is Unicode character 𨣲?

The Unicode character 𨣲 U+288F2 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+288F2.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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