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

What is Unicode character 𨧢?

The Unicode character 𨧢 U+289E2 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+289E2.

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!