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

What is Unicode character 𨢲?

The Unicode character 𨢲 U+288B2 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+288B2.

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!