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

What is Unicode character 𨦢?

The Unicode character 𨦢 U+289A2 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+289A2.

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!