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

What is Unicode character 𨦲?

The Unicode character 𨦲 U+289B2 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+289B2.

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!